ngrx.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [ngrx]

www.codever.land/bookmarks/t/ngrx

Managing State in Angular 2 - Kyle Cordes - Oct 2016 - 46min

https://www.youtube.com/watch?v=eBLTz8QRg4Q

This month at the St. Lewis Angular Lunch, Kyle spoke about managing state in Angular 2 applications. The crying baby thumbnail accurately reflects how many developers have come to experience state ma...


Ngrx Store - An Architecture Guide

https://blog.angular-university.io/angular-ngrx-store-and-effects-crash-course/

Using a store architecture represents a big architectural shift: with the arrival of single page applications, we moved the Model to View transformation from the server to the client.

Store architect...


Communication Patterns in Angular - BB Tutorials & Thoughts - Medium

https://medium.com/bb-tutorials-and-thoughts/communication-patterns-in-angular-9b0a829aa916

Angular follows a two-way data flow pattern, meaning you can send data up and down the component tree. As everything in the Angular is a component, understanding communication between components is cr...


NGXS Home Page

https://www.ngxs.io/

NGXS is a state management pattern + library for Angular. It acts as a single source of truth for your application's state, providing simple rules for predictable state mutations.

NGXS is modeled aft...


GitHub - johnpapa/angular-ngrx-data: Angular with ngRx and experimental ngrx-data helperAsset 1Asset 1

https://github.com/johnpapa/angular-ngrx-data

Angular with ngRx and experimental ngrx-data helper


GitHub - ngrx/platform: Monorepo for ngrx codebase

https://github.com/ngrx/platform

Monorepo for ngrx codebase