Quantcast
Channel: angular.org.il
Viewing all articles
Browse latest Browse all 175

Managing State in Angular Applications

$
0
0

Managing state is a hard problem. We need to coordinate multiple backends, web workers, and UI components, all of which update the state concurrently. Patterns like Redux make some of this coordination explicit, but they don’t solve the problem completely. It is much broader.

What should we store in memory and what in the URL? What about the local UI state? How do we synchronize the persistent state, the URL, and the state on the server? All these questions have to be answered when designing the state management of our applications.

In this article I will cover six types of state, the typical mistakes we make managing them in Angular applications, and the patterns we should use instead.

Source: Managing State in Angular Applications

The post Managing State in Angular Applications appeared first on angular.org.il.


Viewing all articles
Browse latest Browse all 175

Latest Images

Trending Articles



Latest Images