Articles in this series
State management is always a problem to solve in big applications. Many design patterns and libraries emerge to solve some issues by proposing...
The real-world app involves data loading via some API and showing UI based on the states of the API. For example, while data is loading, you may show...