1. Getting Started
2. Basic Concepts
3. Handlers
4. Advanced Concepts
Handlers are the backbone of this hoc.When you are using task to store data, update data and deleting data, handlers are doing that task for you. There are 10 built in handlers are available to do various tasks.We will see every handler in detail below.
Built-in Handlers
- Data Handler -> For storing data- Infinite Handler -> For handling all the infinite data,it will append or prepend data in an array- Update Handler -> it will update the data in an object- Update Key Handler -> tt will update the particular key in an object- Delete Handler -> Delete the object in an array- Delete Key Handler -> Deleting the key in an object or array of object- Splice Data Handler -> it will remove and add the data in an array- Toggle Key Handler -> it will toggle the key in an object or array of object- Don't Update Data Handler -> It will wont update data but update loaders, error , etc- Custom Handler -> It allows to execute your own custon handler- Callback Handler -> It allow to mutate your reducer value