state
6 things I wish I knew about state management when I started writing React apps
State management is how you mitigate prop drilling State management is how you update your page . . .
React: Understanding State & Lifecycle
The state of a component is an object that holds information that may change over the lifetime of . . .