This is what I know so far:
In a real world app does it really matter which one is faster?
How does Angular do that?
As already mentioned, Angular has its own change detection strategy. Long story short, it patches some specific objects (like browser events, xmlHttpRequest, timeout and so on) to know when to start checking and checks values that matter
So this kinda mix with events and dirty checking. If you want some comparison - try to check this article
In a real world app does it really matter which one is faster?
In a real world all depends on requirements and situation. You should start from the question -what do I want to achive? If you want flexibility - take React. If you want more stable structure and guidelines - take Angular. If you want compromise - take Vue. If you need to save client traffic - try Hyperapp or smth like that.
And to be honest, Angular, React and Vue are fast enough for most of applications so you shouldn't worry about that from start.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With