Daily Shaarli

All links of one day in a single page.

February 11, 2022

What Web Frameworks Solve: The Vanilla Alternative (Part 2) — Smashing Magazine

It is possible to activate/deactivate a class with node.classList.toggle('className', true/false)

The example provided about forms is impressive ! HTML and CSS are so much powerful ! I think I will use them more in vue and svelte :)

There is a <template> tag in HTML 5.

The componentization is still to be done though. I always forgot how HTML5 and CSS are powerful nowadays.