piotrwitek / typesafe-actions

Typesafe utilities for "action-creators" in Redux / Flux Architecture
https://codesandbox.io/s/github/piotrwitek/typesafe-actions/tree/master/codesandbox
MIT License
2.41k stars 98 forks source link

Ensure docs reflect base action not working with helpers #84

Closed Carl-Foster closed 6 years ago

Carl-Foster commented 6 years ago

This fixes #80 and #83 as they aren't code issues, but documentation issues. There is a case to determine whether the action actionCreator should work with the action helpers. I suggest that this is probably something that should be added, or the action actionCreator removed from this library as it has proved a point of confusion for a fair few people.