this post was submitted on 21 Aug 2023
1034 points (98.1% liked)

Programmer Humor

19207 readers
1473 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
[–] Notnotmike@beehaw.org 17 points 1 year ago (3 children)

Probably the hardest part of React, for me, was getting used to the callbacks. Passing data up to the parent component using a function. It's a little difficult to get used to if you haven't encountered it already

[–] tsonfeir@lemm.ee 11 points 1 year ago

Just shove it in the state! I watched a few react videos over the last TWO WHOLE DAYS, it works!! ;$

[–] frezik@midwest.social 2 points 1 year ago

I had gone through Structure and Interpretation of Computer Programming before, and feel like that gave me all the foundational stuff I needed to understand what React is doing. The new third edition is in JavaScript, and while I haven't read it, I imagine that would be an even better match.