QuickTip: Writing Shared (common) reducer actions in redux-toolkit
Context
The modern way to write redux is through redux-toolkit as recommended by redux maintainers.
In redux toolkit we write slice which contains the reducer and the actions for a particular feature. The actions are generated by redux toolkit here a...
gzamann.hashnode.dev2 min read