Presentation author here. I should have taken this down before it popped up on HN or elsewhere. The video of this presentation is worth watching, because it's tongue-in-cheek through-out. But the slides are not worth reading, otherwise people take it seriously like it's happening here now. Cycle isn't the solution to everything, it's just one guy's ongoing experiment.
Don't React (Presentation - Use arrows to navigate)
61–70 of 105 posts
Re: Don't React (Presentation - Use arrows to navigate)
#62Presentation author here. I should have taken this down before it popped up on HN or elsewhere. The video of this presentation is worth watching, because it's tongue-in-cheek through-out. But the slides are not worth reading, otherwise people take it seriously like it's happening here now. Cycle isn't the solution to everything, it's just one guy's ongoing experiment.
Do you have a link to the video?
Re: Don't React (Presentation - Use arrows to navigate)
#63Re: Don't React (Presentation - Use arrows to navigate)
#64I 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.
Anyway, where I live React isn't getting noticed; it's Angular that's all the rage, so maybe the author is fighting the wrong enemy.
Re: Don't React (Presentation - Use arrows to navigate)
#65React always feels to me to big a huge compromise between a nice statefree dataflow solution for UIs and "getting Javascripters en masse to actually use the damn thing". The entire existence of the state API is a highly visible example of this. It reminds me a lot of Gabriel's divide between the New Jersey approach versus the MIT approach---React is far more viral in its current form, but better technology certain li…
Re: Don't React (Presentation - Use arrows to navigate)
#66React always feels to me to big a huge compromise between a nice statefree dataflow solution for UIs and "getting Javascripters en masse to actually use the damn thing". The entire existence of the state API is a highly visible example of this. It reminds me a lot of Gabriel's divide between the New Jersey approach versus the MIT approach---React is far more viral in its current form, but better technology certain li…
Re: Don't React (Presentation - Use arrows to navigate)
#67Clearly the author has never heard of ClojureScript's Om.
Re: Don't React (Presentation - Use arrows to navigate)
#68React always feels to me to big a huge compromise between a nice statefree dataflow solution for UIs and "getting Javascripters en masse to actually use the damn thing". The entire existence of the state API is a highly visible example of this. It reminds me a lot of Gabriel's divide between the New Jersey approach versus the MIT approach---React is far more viral in its current form, but better technology certain li…
We had this discussion a while back:
Re: Don't React (Presentation - Use arrows to navigate)
#69He 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)
#70Clearly the author has never heard of ClojureScript's Om.
How does Om not suffer from the same problems? It's just an Clojurescript interface to React.