Don't React (Presentation - Use arrows to navigate)
31–40 of 105 posts
Re: Don't React (Presentation - Use arrows to navigate)
#32Okay, so React is not fully reactive. But to say people shouldn't use it because it's not reactive? because it abstracts virtual-dom? because it should be more reactive-friendly?! Seems 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…
Actually you are wrong. Follow him and others on twitter and you will see that they are some of the most forward thinking people on these types of frontend technologies. om and elm.are the future, which is functional and immutable. React is the gateway to those technologies, which have a long and strong academic foundation. The days of hacking together things on the frontend are over, more sound approaches are needed…
Re: Don't React (Presentation - Use arrows to navigate)
#33Re: Don't React (Presentation - Use arrows to navigate)
#34He implies that Grunt is dead on the first slide. Well don't I feel stupid since I still use it. I guess it's not cool anymore? I missed the memo. Wait, maybe I'm not cool? What do the cool kids use now instead of Grunt?
Re: Don't React (Presentation - Use arrows to navigate)
#35All 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)
#36Earlier quoted context omitted.
Actually you are wrong. Follow him and others on twitter and you will see that they are some of the most forward thinking people on these types of frontend technologies. om and elm.are the future, which is functional and immutable. React is the gateway to those technologies, which have a long and strong academic foundation. The days of hacking together things on the frontend are over, more sound approaches are needed…
Om is built on top of React. I'm not sure how you reconcile "React sucks" with "Om is the future" given that.
Maybe it fixes all the sucky parts?
Re: Don't React (Presentation - Use arrows to navigate)
#37Re: Don't React (Presentation - Use arrows to navigate)
#38Wow, 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.
> Wow, what an aggressive way to promote your own little open source app. Yeah, makes me not want to try it. This guy should let someone else handle the marketing.
I can certainly see the merits of trying to gain pragmatic mind share first before the buzzword technology crowd joins in and makes things more complicated.
Re: Don't React (Presentation - Use arrows to navigate)
#39http://computationallyendowed.com/blog/2014/07/20/reactive-m...
Basically: view m0 = r0 view (m1 = handler e0 m0) = r1 view (m2 = handler e1 m1) = r2
Or just down vote and learn nothing.
Re: Don't React (Presentation - Use arrows to navigate)
#40Earlier quoted context omitted.
Actually you are wrong. Follow him and others on twitter and you will see that they are some of the most forward thinking people on these types of frontend technologies. om and elm.are the future, which is functional and immutable. React is the gateway to those technologies, which have a long and strong academic foundation. The days of hacking together things on the frontend are over, more sound approaches are needed…
Om is built on top of React. I'm not sure how you reconcile "React sucks" with "Om is the future" given that.