In React State management is one of the most architectural decisions. When the React applications grows, it requires a centralized solution for managing state data. However, react provides us built-in hooks which handles…
Redux
2 Articles
2
In Modern react applications there are many tools that we can use for the state management and data fetching solutions. But two of the most discussed tools in react are redux toolkit and…