typeful-redux icon indicating copy to clipboard operation
typeful-redux copied to clipboard

Offer option to not modify action types

Open paulkoerbitz opened this issue 8 years ago • 1 comments

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.

paulkoerbitz avatar Mar 11 '18 19:03 paulkoerbitz

This will be the default behavior in typeful-redux 0.4

paulkoerbitz avatar Jul 15 '18 09:07 paulkoerbitz