Skip to content

JCamiloo/ngrx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Every project includes Redux DevTools and the logs are allowed for production, so you can see the state changes using this extension. Huge thanks to Fernando for this amazing course!

Basics

Plain Redux implementation using only typescript.

Redux App

Basic NgRx implementation showing the use of store, actions and reducer using a parent, child and grandchild component. Live demo

ToDo App

NgRx implementation using two reducers and more several components. Live Demo

Incomes App

This is the largest app, with 3 reducers, NgRx implementation using lazy load for the main module and AngularFire2. Live Demo

Effects App

This app introduces the use of effects to dispatch actions for fetching data and handle its errors. Live Demo