π¨π»βπ» π²πΎ π₯° Sharing tips on Svelte, React, CSS π Occasionally writes about one layer of abstraction below at https://t.co/dMg56WXWzG π» @sveltejs maintainer
Jul 6, 2021 β’ 8 tweets β’ 5 min read
If you have a promise waiting for your data, {#await} block makes it easy to express your content in the loading π, resolved β and rejected β state
(I managed to note down 3οΈβ£9οΈβ£ of them π±)
𧡠Here is a thread of what were shared in the podcast πππ
Pseudo-classes are selectors, lets you apply style to element based on info outside of the doc tree:
π meta information, eg: language, history of navigator
βοΈ state of the element, eg: checked, active, disabled
β¨Pseudo-classes are great for implementing micro-interactivity