Skip to content

codediodeio/ngrx-vs-ngxs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

8 Commits

Repository files navigation

One Framework - Two State Management Libraries

Here we have two Angular apps that are - from the end user's presepective - identical in every way.

But from the developer's prespective there is a world of difference. I'm not taking sides here - just want to give you a balanced side-by-side comparison of NGXS and NgRx.

Watch the video and read the article.

Usage

cd ngxs && npm i cd ngrx && npm i 

How do I compare the code footprint between projects? Here's a simple formula:

({NgRx}.reducer.ts +{NgRx}.effects.ts ) ≈{NGXS}.state.ts

Both projects have action classes defined in *.actions.ts files

Also, take a look at salad-page.component.ts to compare state selectors between libraries.

Benchmarks

Webpack bundle analyzer

cd ngxs && npm run analyzer cd ngrx && npm run analyzer 

About

A side-by-side comparison of Angular state management libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •