The State is not a specific concept of React but a generic one of JavaScript. It is a core concept because it keeps track of the status of our application and describes it over time. React is composed of several components, each of which may have a state. With the introduction of hooks, we can use state also inside functional components.
Table of contents
Do You Really Need a React State Management Library?State in React: Possible issuesContextAPI: Is it worth it?A possible solution: a third-party libraryHow to use it in your application: my considerationConclusion2 Comments
Sort: