|
|
|
|
|
by jamra
3377 days ago
|
|
Angular 2+ is very different than Angular 1.X. The single directional data flow removes the need for digest cycle tweaking. You only need services for data and components for rendering and business logic. The benefit over react is how you don't need anything additional to manage your workflow. It's nice to set up a project and not need to glue together libraries. |
|