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.
 
 
 
 
 
Zasda Yusuf Mikail e8d102cc49
fix: typos (#2180)
2 years ago
..
100-context-state.md fix: typos (#2180) 2 years ago
101-redux.md Add state management content 2 years ago
102-mobx.md Add state management content 2 years ago
readme.md Add state management content 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?