←back to thread

446 points talboren | 4 comments | | HN request time: 0s | source
Show context
adithyassekhar ◴[] No.45040524[source]
This thread has really opened my eyes to how much the world hates react developers, I am one.

Unrealistic timelines, implementing what should be backend logic in frontend, there's a bunch of ways SPA's tend to be a trap. Was react a bad idea? Can anyone point to a single well made react app?

replies(13): >>45040699 #>>45040711 #>>45040798 #>>45040947 #>>45041164 #>>45041374 #>>45041377 #>>45041379 #>>45041735 #>>45043250 #>>45043659 #>>45047956 #>>45050341 #
gloosx ◴[] No.45041374[source]
> a single well made react app

What about Slack, the messenger?

Umm, Discord? SoundCloud? Trello? Bandcamp? Spotify?

If I keep going there are actually hundreds and thousands of well-made react apps.

replies(5): >>45041434 #>>45042343 #>>45042485 #>>45049771 #>>45050092 #
1. sunaookami ◴[] No.45042343[source]
Discord is well-known to be very buggy, e.g. the search function. Spotify is also very slow with thousands of placeholder skeletons. Remember that Spotify once had a very fast native player.
replies(1): >>45042751 #
2. fkyoureadthedoc ◴[] No.45042751[source]
> Spotify is also very slow with thousands of placeholder skeletons. Remember that Spotify once had a very fast native player.

Are you under the impression that the placeholder skeletons are there and slow because of React? How would a UI written in C++ get the data quicker from the back end to replace the skeleton with?

replies(1): >>45049023 #
3. lmm ◴[] No.45049023[source]
> Are you under the impression that the placeholder skeletons are there and slow because of React? How would a UI written in C++ get the data quicker from the back end to replace the skeleton with?

Regardless of how, the fact remains that the previous implementation of their UI did fetch and render the data from the backend significantly faster than the current React-based one does.

replies(1): >>45049309 #
4. anon7000 ◴[] No.45049309{3}[source]
I’ve been using Spotify for 10+ years, and it’s DEFINITELY faster today than it was when I first used it.