this post was submitted on 21 Aug 2023
1057 points (98.2% liked)

Programmer Humor

19154 readers
2012 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 year ago (7 children)

I learned about how much I didn't understand react on my 2nd dev job. I had like 2yoe with react previously. There's a lot about it. Mostly tricks. hacks and work arounds for it's abysmal performance.

[–] [email protected] 3 points 1 year ago (2 children)

I'm not at all a React fan, and prefer vanilla or Vue.

But what is happening where you're hitting abysmal performance?

Are you blaming the implementation or the tools because while I can achieve faster performance with vanilla... In no way is abysmal a word I'd used.

[–] [email protected] 4 points 1 year ago (1 children)

Just exaggerating. React can be slow. Look up form performance in react with multiple inputs.

[–] [email protected] 2 points 1 year ago

Praise be to react-hook-form for saving us all 🙏

load more comments (4 replies)