React is mostly hype
en.arguman.org
React is mostly hype
1–10 of 138 posts
Re: React is mostly hype
#2The exact opposite is true. The whole point of React is in building complex UIs.
> React becomes counterproductive when developing apps that aren't mere demos.
A few sites using React that are not mere demos:
> It's marketed to developers by billion dollar Facebook, a company historically intent on squashing startups.
Except when they are buying them for billions (WhatsApp, Instagram, Oculus). All things being equal, Facebook is probably more likely to buy your startup if you use React.
Re: React is mostly hype
#3Re: React is mostly hype
#4Re: React is mostly hype
#5TruthyOne, if you really believe all this and are submitting it to Hacker News, surely you wouldn't mind sharing how you've come to these conclusions?
Re: React is mostly hype
#6Re: React is mostly hype
#7I better get to work on my actual project so I'm not overtaken :/
Re: React is mostly hype
#8> React becomes counterproductive when developing apps that aren't mere demos.
I have developed big apps in Backbone, moving very the same apps to React and the productivity went up madly. Facebook does develop apps which certainly cannot be considered "mere demos" and you can see them in action, for example Ad Manager for Facebook on iOS (written in React Native). Facebook invests a lot in React development and there is a reason for that - they use it internally intensively.
> It's marketed to developers by billion dollar Facebook, a company historically intent on squashing startups.
This is not an argument at all. I would be really surprised that's the reason for React to exist. Also React is more a way of thinking, the library itself can be replaced if Facebook should enforce it on a successful startup.
> The utility gained by using React's ecosystem is significantly outweighed by its overhead.
This is certainly not my experience. React has very little overhead and from my experience it's pretty easy to grasp the concept for new developers.
I have no idea where does hate for React come from, it's >> just << an open source library and I wonder how people are willing to start flamewars about a few lines of code. If you don't like React, don't use it. There are a few alternatives like Ember, Angular or even Backbone (although I would say Backbone deserves much more hate than React).
Re: React is mostly hype
#9Re: React is mostly hype
#10> React automatically manages UI updates, but this is only true if your UI is extremely basic. The exact opposite is true. The whole point of React is in building complex UIs. > React becomes counterproductive when developing apps that aren't mere demos. A few sites using React that are not mere demos: https://facebook.com https://instagram.com https://netflix.com https://airbnb.com https://discordapp.com > It's mark…