logoalt Hacker News

apsurdyesterday at 8:07 PM1 replyview on HN

web fundamentals and web development fundamentals are different.

How HTML, CSS and javascript come together is extremely relevant to developers 20 years ago and today.

I do support and agree with the parent comment, see the discussion, but I do credit getting into web development when it was raw and open paid dividends for me. Todays ecosystem is opaque in comparison. You don't think there's more friction today?


Replies

sarchertechtoday at 3:10 AM

HTML CSS and JavaScript are just a small subset of web development.

And yes understanding them is still relevant. But when I started I was spending more time memorizing the the quirks of IE6 than I was learning how JavaScript, CSS, and HTML come together.

I think it you start directly in react you don’t learn the layer below it sure. But there’s no reason you have to start leaning react. There’s nothing inherent about starting today that forces you to start directly with React. You could start building a static webpage. And if you did that it would be easier and more fundamental than if you did that same thing 20 years ago because you can ignore most of the non-standard browser quirks.