|
|
|
|
|
by NikolaeVarius
3349 days ago
|
|
I dislike being the guy who things that 'everything sucks' but the things I've seen come out of React have been horrifying. Very few websites even require anything that React provides nor do most webapps need to be webapps. I've come across bugs where simple text boxes were crashing the browser. Fixing that bug took the front end three days because they simply had no idea how to fix it because everything was buried in the React abstraction layer. |
|
That said, I've had those frustrations at work and wishing in my head that our SPA was a server-rendered app instead.