DEV Community

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

Collapse
 
adrianmarkperea profile image
Adrian Perea

This is amazing! Can you tell me more about the stateless design pattern?

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.