Kind of annoyed at React
blog.cassidoo.co
Kind of annoyed at React
1–10 of 135 posts
Re: Kind of annoyed at React
#2Re: Kind of annoyed at React
#3Re: Kind of annoyed at React
#4Funny thing is they say it’s for the DX to become more like PHP. But the PHP I remember was practical.
Re: Kind of annoyed at React
#5Share the same sentiment. React has gotten weird. It feels like they took a perfectly done design and awkwardly pushed it over its boundaries. (They got away with hooks, but this time it’s different) Funny thing is they say it’s for the DX to become more like PHP. But the PHP I remember was practical.
Re: Kind of annoyed at React
#6Share the same sentiment. React has gotten weird. It feels like they took a perfectly done design and awkwardly pushed it over its boundaries. (They got away with hooks, but this time it’s different) Funny thing is they say it’s for the DX to become more like PHP. But the PHP I remember was practical.
For those that are not following very closely, what came after the “hooks” that took it too far?
Re: Kind of annoyed at React
#7Share the same sentiment. React has gotten weird. It feels like they took a perfectly done design and awkwardly pushed it over its boundaries. (They got away with hooks, but this time it’s different) Funny thing is they say it’s for the DX to become more like PHP. But the PHP I remember was practical.
For those that are not following very closely, what came after the “hooks” that took it too far?
Re: Kind of annoyed at React
#8Share the same sentiment. React has gotten weird. It feels like they took a perfectly done design and awkwardly pushed it over its boundaries. (They got away with hooks, but this time it’s different) Funny thing is they say it’s for the DX to become more like PHP. But the PHP I remember was practical.
For those that are not following very closely, what came after the “hooks” that took it too far?
Re: Kind of annoyed at React
#9I've worked on 4 large react code bases and they always devolve into these blobs of non-deterministic async state with unpredictable performance.
I actually like JSX and the component model so I just use solid-js which is everything I like about react but with effortless performance and you can actually get away with never using effects so your code can actually be deterministic.
Re: Kind of annoyed at React
#10Today, I don't even feel like logging into Facebook, because a fucking dropdown menu for a post (which barely has 4-5 options) is a Component that is loaded via AJAX. This is not even an overstatement.
I miss the simplicity of the web.