DEV Community

Discussion on: Simple state management in Angular with only Services and RxJS

Collapse
 
nigrosimone profile image
Nigro Simone

Inspired by this article, i have made a library "ng-simple-state" based on simple state management in Angular with only Services and RxJS npmjs.com/package/ng-simple-state

I have also implemented the support to Redux DevTools browser extension and localstorage state persistence.

Thanks for your inspirational post.