typeful-redux
typeful-redux copied to clipboard
Offer option to not modify action types
Currently when adding reducers into a store, the action type of the actions in a reducer is automatically prefixed with the name given to the reducer. This gives reducers a 'namespace' and prevents reducer name collisions.
This might not always be desirable. We might want to be able to add reducers without changing the action name.
This will be the default behavior in typeful-redux 0.4