React I love you, but you're bringing me down
marmelab.com
React I love you, but you're bringing me down
1–10 of 574 posts
Re: React I love you, but you're bringing me down
#2I'm gonna say something crazy here, but hang with me: hypermedia.
Re: React I love you, but you're bringing me down
#3Re: React I love you, but you're bringing me down
#4In time, I believe React can still take us forward.
Re: React I love you, but you're bringing me down
#5The part about the Inspector component and the rules of hooks I don't understand. I would have put the visibility state outside the Inspector component, and then there is no need for any conditional calling of hooks.
Re: React I love you, but you're bringing me down
#6Re: React I love you, but you're bringing me down
#7> What's next for us? You tell me. I'm gonna say something crazy here, but hang with me: hypermedia .
Re: React I love you, but you're bringing me down
#8Re: React I love you, but you're bringing me down
#9Can definitely agree with his pain point about forms. I've been through most of the libraries, and the one I liked the most was Formik, because it felt like I could actually get something done. react-hook-forms is beautiful when it works, but the documentation is byzanthine - even when I know exactly what I'm looking for (and I've seen the page before), I often can't find it.
Re: React I love you, but you're bringing me down
#10For all the annoyances of Hooks, they really are a godsend when it comes to composing state. And refs do indeed suck, but they sucked even more with class based components. I can’t tell you how many times I was able to solve a complex DOM state issue with custom hooks wrapped around refs.
Newer tools like Svelte and Solid do look promising as far as removing boilerplate, but they personally feel a step too far off the path of “it’s just JavaScript.”
Has anyone else here successfully left for greener JS pastures?