Filling the Gap in State with NgRx ComponentStore

Synchronizing state within the app and backends is one of the most complicated parts of writing web applications. There are a number of solutions for global/app-wide state management, however, a more localized state was left behind. Let me introduce the latest addition to the NgRx family of libraries – @ngrx/component-store – a standalone library for managing local/component state, which intends to be a replacement of “Service with a Subject”.

What’s the State? Why do we need to manage it? What problems are we trying to solve? These are the questions they we will during the talk.

General Session