Kata
javajosh 2023
Simple html files exercising one aspect of the browser.
Serve as both exercise and reference.
See kata.md for a full explanation.
There are also some server-side (node) experiments:
Ideas for future kata
- Web components .
I don't agree that they will last longer than everything else, but they are worth learning and this article is really good.
In particular expresses the basics of the built-in shadow DOM, and I like the "implicit binding" of custom tags.
However I do like progressive enhancement and semantic HTML, and this tech violates that to some degree.