|
|
|
|
|
by svachalek
4167 days ago
|
|
I wouldn't choose Angular for a new project right now because it's in no man's land: 1.x is dead, 2.x is not available, and there's no path between the two. That said, Angular gets the job done. It scales better than people think it does (it's inefficient but modern browsers are just so fast it rarely matters) and it's a lot more complete than React. Angular is a full MVC framework while React is just about the V. |
|
Typical evolution of new tech is monolithic to micro, frameworks to components/modules/libraries.
In the end micro frameworks or libraries allow more flexibility to change over time.
Always bet on the micro frameworks and libraries, they can be swapped more easily and typically don't create blocks in overall architecture/design.