Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Adekola Olawale 0effd71366
Add content to frontend roadmap (#2709)
2 years ago
..
100-context-state.md docs(react-roadmap): new content by robinwieruch.de (#2467) 2 years ago
101-redux.md Add content to frontend roadmap (#2709) 2 years ago
102-mobx.md Add state management content 2 years ago
readme.md docs(react-roadmap): new content by robinwieruch.de (#2467) 2 years ago

readme.md

State Management

Application state management is the process of maintaining knowledge of an application's inputs across multiple related data flows that form a complete business transaction -- or a session -- to understand the condition of the app at any given moment. In computer science, an input is information put into the program by the user and state refers to the condition of an application according to its stored inputs -- saved as variables or constants. State can also be described as the collection of preserved information that forms a complete session.

Free Content What is State Management? Overview of State in React