DEV Community

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

Collapse
 
guitarino profile image
Kirill Shestakov

This is amazing and inspiring. I can't even fathom how much mastery this requires, so, truly, bravo!

Collapse
 
nokulab profile image
noku-lab

Checkout how Clubhouse app is built dats a good starting point

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.

Collapse
 
nicolalc profile image
Nicola

PS. you can take a look to the project here: github.com/NicolaLC/nica-os

Feel free to clone it and try it!