What is state management in front end?

The data on the interface is often referred to as state, it exists in memory and must be synced to the database. Handling how that data is synced, shared and updated is what state management is about. You often hear the following terms associated with this concept: Reactive Programming. Data Binding.

Read more