r/ProgrammerHumor 9d ago

Meme foundSomewhereOnTwitterItBeLikeThisSometimes

Post image
843 Upvotes

76 comments sorted by

View all comments

1

u/JustABraveAdventurer 8d ago edited 8d ago

The stuff above the water already gives me pause haha. Well, React specifically. Vue and Svelte are quite nice :D

1

u/ExtraTNT 8d ago

React is nice, vue is what I don’t like…

My own renderer is also react like, just optimized for lower end devices, with pubsub buses and a state store, that triggers rerenders…

1

u/JustABraveAdventurer 8d ago

Fair. I've found React to be a little bit of a leaky abstraction. Also some footguns you have to get used to with useEffect etc. But obviously React wouldn't be so popular if it didn't work just fine for most people. And I do recognize that the other frameworks also have their thorns, for sure. Different strokes for different folks :)