Ask HN: What’s on your web development technologies bucketlist for 2021?

2 points by mjgs ↗ HN
I made a list of the technologies I’d like to learn over the next year:

https://blog.markjgsmith.com/2021/01/03/web-development-technologies-bucketlist-for-2021.html

What technologies are you looking forward to learning this year?

2 comments

[ 219 ms ] story [ 487 ms ] thread
It's important to master plain old HTML and CSS. It's the unchanging foundation of every web framework. No one markets building sites with vanilla HTML and CSS, which is precisely why I think it should have more weight in people's curriculums. You don't need a React <Button/>. You can use <button> and CSS "appearance" to style it.
Yeah I’m also quite bullish on web fundamentals, that’s one of the reasons I’m very interested in web components.