Is ReactJS really fast?
blog.500tech.com
Is ReactJS really fast?
1–10 of 191 posts
Re: Is ReactJS really fast?
#2Re: Is ReactJS really fast?
#3Re: Is ReactJS really fast?
#4I would argue that the beauty of ReactJS is that it doesn't have any gotchas. It's performant without needing a deep knowledge of the framework.
Re: Is ReactJS really fast?
#5Re: Is ReactJS really fast?
#6Even if the article itself will be debunked as wrong, i feel that too many tech-savy people are too superficial.
Re: Is ReactJS really fast?
#7React is winning because of real-world experience. Blog posts are somewhat meaningless, arguing specific nuances back and forth. Who knows what's actually right. But when you actually sit down and learn React, and use it in a complex app, you understand how easily it lets you fine-tune performance, and instead of getting in the way it helps you along the path to blazingly fast UIs.
Nothing is magical out of the box, the key is to help the user along the way and that's exactly what React excels at. Performance is a definite factor for choosing React.
Software doesn't achieve the level of fame of React (or Ember, or Angular for that matter) solely by hype. It may have a brief period of fame, but several years long of building a passionate community means there probably is something there.
Re: Is ReactJS really fast?
#8Re: Is ReactJS really fast?
#9I don't use React for it's speed, I'm sure I can make anything using vanilla or ember, or whatever just as fast. It's the way it makes you think about things...the developers on my team are now much more productive. They can jump onto something another developer has been working on and see what each component is doing. It's the declarative nature of React and the way it makes developers think about how they compose t…
Re: Is ReactJS really fast?
#10The basic premise seems to be that AngularJS can be just as performant as ReactJS if you do your homework and avoid common pitfalls of AngularJS. I would argue that the beauty of ReactJS is that it doesn't have any gotchas. It's performant without needing a deep knowledge of the framework.