DEV Community

Discussion on: Easily create your own NGRX | Redux store

Collapse
 
marcisbee profile image
Marcis Bergmanis

Had to build ngrx/store alternative when migrating to react codebase, building my own store on top of redux saved a lot of time :D

Collapse
 
noprod profile image
NOPR9D ☄️

Sometimes it helps a lot ^^ , but you have to know what you're doing, with great power comes great responsibility

you have the mastery so it's ok :p

Collapse
 
spierala profile image
Florian Spier

Next time you can use MiniRx Store...

Framework-agnostic RxJS Redux and very similar to NgRx: mini-rx.io/