/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nickhayden.com
| | 8yd.no
2.6 parsecs away

Travel
| | After having used SCSS/SASS for about five years, I recently quit. It's a great tool, but other tools with the possibility to use only what you need have taken over. And CSS has changed as well. When...
| | valhead.com
2.6 parsecs away

Travel
| | [AI summary] The article explains four practical ways to use CSS Variables to create more dynamic and flexible web animations, demonstrating how they interact with JavaScript and media queries.
| | joshcollinsworth.com
3.2 parsecs away

Travel
| | CSS variables (otherwise known as CSS custom properties) give previously impossible superpowers to CSS developers. This post covers what they are, how they work, and a couple of nifty ways you can implement them on your own website.
| | maxrozen.com
19.1 parsecs away

Travel
| If you're confused about side-effects and pure functions, it can be hard to understand useEffect. Let's learn them both, to fetch data with useEffect.