|
|
|
|
|
by jamra
3057 days ago
|
|
I’ve used React in the past and I believe what you’re mentioning is very React specific. Angular has lazy and eager loading, which reduces bundle sizes. It also doesn’t require so many frameworks to manage manually. They are still there, but they are sort of imported automatically by angular cli so it doesn’t take a lot of mental overhead. Some issues I had, though, were with bugs in newer versions. Some of those issues stopped development outright. Another issue I have on one team is the fallacious notion that the front end programmer will take over the front end so no one else will need to think about it. Business specific logic seems to be out of reach for my particular developers, which prolongs the development cycle. The benefit of state management and inter component communication have to be balanced the the practicality of who is doing the work and if those people can take ownership of all associated areas touched by the SPA. |
|