πIntroduction
Handling Redux's state without creating reducers
Last updated
Handling Redux's state without creating reducers
Last updated
This tool is for developers who use Redux to manage states but want to avoid creating reducers multiple times. With this tool, you can create states without having to create reducers. You can also perform various actions on the state tree, like inserting, replacing, updating, or removing .etc.
This library is an add-on, which means you can use it alongside your existing way of working with Redux. It won't affect anything in your current workflow.