|
|
|
|
|
by Natela
2799 days ago
|
|
React is not fast, clearly the simple idea of having a virtual Dom is very costly compared to do things by hand. However for a large scale app react makes it more easy to reason about and keep it maintainable, components are far easier to implement, etc... So for many people, the benefits you get on the development side outweight the performance overhead |
|