DEV Community

Discussion on: I'm creating an entire web OS as my personal website for 2021

Collapse
 
nicolalc profile image
Nicola

Hi Adrian! Thanks a lot!

Yes, of course, I've designed this web app using ngrx, which is a porting of REDUX for angular.
The idea is to handle each application state separately, without passing data from/to components but using a single generic state to handle behaviours and data.

You can check how is it done by looking at the website repository.