this post was submitted on 24 Dec 2024
99 points (93.8% liked)

Programming

17672 readers
57 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] criss_cross@lemmy.world 5 points 1 day ago (1 children)

I dunno some of these feel like fundamentals that any web dev should know.

You're gonna have headaches down the road if you don't know hiw static html works.

[โ€“] frezik@midwest.social 2 points 2 hours ago

I heard of some people having trouble getting their head around React. I didn't, and I thought it was because I had a pretty good foundation in functional programming. React's magic is transparent if you understand things like first order functions and immutable data.

Now I wonder if the disconnect was even more fundamental.