this post was submitted on 21 Aug 2023
930 points (98.0% liked)

Programmer Humor

19207 readers
1456 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
[–] ______@lemm.ee 8 points 1 year ago (1 children)

There many ways of doing things in react and some are faster than others. I would abuse state and use effect at my old job but at this job my sr dev doesn't allow me to use useffect unless the situation warrants it.

[–] tsonfeir@lemm.ee 3 points 1 year ago (1 children)

Ahh yes, abusing state can be temping. Just a little tweak here, it’s ok… no one is looking… oh crap!

[–] TitanLaGrange@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

I'm relatively new to React (about 8 months in with React Native). Can you give me some examples of abusing state?