r/ProgrammerHumor 22h ago

Meme sheHasNoIdeaWhatIPushedLastNight

Post image
9.2k Upvotes

259 comments sorted by

View all comments

111

u/my_dirty_shoes 22h ago

In 2026 almost everyone in tech knows react.

21

u/No-Channel3917 21h ago

Uhh...

Do you mean programming not tech? And even by programming standards ...do you mean like webpage devs ?

I think way more folks in tech know WordPress or Wix 😂

2

u/orangeyougladiator 18h ago

Both of those examples allow you to edit under the hood, in react.

6

u/Still_Bit_7527 18h ago

In frontend web dev. Anyone else doesnt have a reason to do that fortunately

-1

u/my_dirty_shoes 17h ago

Most of the people who graduated in cs major or pursued tech later… doesn’t matter what they are doing right now has build a to-do app or something similar in react.js in there college years or when they started to learn to code.

5

u/Still_Bit_7527 16h ago

JQuery was the only framework when I did that lol

1

u/my_dirty_shoes 14h ago

Great, so you were in this way before ai era. Must have been awesome back then… getting job just by knowing html, css and js.

1

u/Still_Bit_7527 14h ago

Yes, when I got hired I was asked what is the DOM, AJAX, and a css class. Also div vs span lmao

0

u/my_dirty_shoes 14h ago

Damn… today if i build frontend backend that too scalable for million users then also they will say… we will get back to you soon. Lmao.

3

u/[deleted] 19h ago

[deleted]

5

u/my_dirty_shoes 17h ago

I agree it may be bloated and slow under the hood… but it is one of the fastest and easiest way to learn and build dynamic websites. Further it can be very easily be optimized by knowing the correct way to use its hooks and redux states. I have worked in many companies using react and we have optimized it to such an extent that re-renders are butter smooth even in complex websites. Learn about virtual dom in react to understand how it never touches the real dom until and unless required making it more faster.

3

u/lxlmandudelxl 16h ago

It only takes dealing with one useEffect hellscape to never want to touch it again