NGXS Store is a state management solution for Angular apps that helps us build applications by working around our app’s data (state). In this tutorial, we’re gonna look at how to work with NGXS Store, custom Actions, handle dispatched Actions with @Action
and @Select
/@Selector
decorator. Then we will practice to understand all of them in a simple practical Angular 6 example.
Related Posts:
– NgRx: Angular 6 NgRx Store example – Angular State Management
– State Management with Redux: Introduction to Redux – a simple practical Redux example
– Reactive Streams:
- Introduction to RxJS – Extensions for JavaScript Reactive Streams
- Angular 4 + Spring WebFlux + Spring Data Reactive MongoDB example | Full-Reactive Angular 4 Http Client – Spring Boot RestApi Server
Continue reading “Angular 6 NGXS example – Angular State Management”