|
|
|
|
|
by NayamAmarshe
1199 days ago
|
|
Angular seems like a step back to me. The MVC thing, while fine, introduces extra hiccups. Creating generic UI components is pretty tiring and using Angular material is pretty much your best option. Upgrading to newer versions is a pain and also finding well supported third party libraries. React is much easier to work with since you don't always need to reinvent the wheel for time consuming things. Hooks and simple state management with Jotai are also much nicer to work with than RxJs. RxJs requires a strange mental model and a lot of verbose code and functions. Angular is kinda like Java, more code for less features. Great if you don't wanna think, meh if you want something exciting and new. |
|