DEV Community

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

Collapse
 
nicolalc profile image
Nicola

It's much easier than you think! When you know how to handle correctly frameworks like angular and use a stateless pattern you can create amazing web apps!

Collapse
 
shafiemukhre profile image
Shafie Mukhre

This is so amazing project @Nicola!! Truly inspiring! Is it possible or recommended to built a web OS like this using React instead?

Thread Thread
 
nicolalc profile image
Nicola

Yes, of course, Angular is handier for different reasons (router management, HTTP management, services injection, etc..) . But that doesn't mean than you can't do the same things with React, you need a little bit more of time to develop some things you don't have immediately with React itself.