Don't React (Presentation - Use arrows to navigate)
11–20 of 105 posts
Re: Don't React (Presentation - Use arrows to navigate)
#12I have been programming for 30 years, 19 on the Web. I tried to learn Angular and Ember and failed, more than once. Earlier this year I had to prototype a fairly complex single page app and was severely time constrained. I tried React and succeeded beyond both my expectations and those of the client. I am in fact itching for a chance to use it again.
Re: Don't React (Presentation - Use arrows to navigate)
#13Don't break the web with your presentation framework. Since you do, I cannot take anything you say about web development seriously.
Re: Don't React (Presentation - Use arrows to navigate)
#14I fully agree: of course React gets a lot wrong, being a pioneer and all. The way JS often goes, I bet one of the many alternatives that pop up actually will turn out like something. But attacking it like that isn't going to get you many friends.
Re: Don't React (Presentation - Use arrows to navigate)
#15All this links to is a page that does nothing (tested on FF and Chrome). Is there a point this is trying to make? The link itself is meaningless. If I am missing something, kindly let me know...
Re: Don't React (Presentation - Use arrows to navigate)
#16Re: Don't React (Presentation - Use arrows to navigate)
#17Seems like the author was offended they said they are reactive, and made a non-informative presentation, that comes off as a rant because of the rising popularity.
Edit: looking at his Cycle framework's "Why?" on github, besides the part of 'Rendering separated from View' (arguably, you could say that React's render returns React elements which are virtual-DOM elements equiv), you can use the same approach with React.
My current project's component almost never update themselves, except minor UI changes, which is understandable. apart from that, all the data flow comes from above, and my components change according to it. oh and it's immutable (immutable-js another great fb lib).
That's the thing about React, there's quite a diversity in approaches for handling data, events, user actions, etc.
Re: Don't React (Presentation - Use arrows to navigate)
#18Re: Don't React (Presentation - Use arrows to navigate)
#19Wow, what an aggressive way to promote your own little open source app. I fully agree: of course React gets a lot wrong, being a pioneer and all. The way JS often goes, I bet one of the many alternatives that pop up actually will turn out like something. But attacking it like that isn't going to get you many friends.
Yeah, makes me not want to try it. This guy should let someone else handle the marketing.
Re: Don't React (Presentation - Use arrows to navigate)
#20He's not bashing React, he's educating you about an even better way. If you care about frontend development it would be wise to pay attention.