/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

blog.miguelgrinberg.com
| | alexmuraro.me
3.8 parsecs away

Travel
| | I have restyled my site slightly, and as you might have noticed, I added a theme selector in the top right corner. Using CSS variables, it is very easy to do and great fun too. Basically this works by setting a "root" with your default css variables :root { --background: #1B2B34; --text: #ffffff; } which [...]
| | derekkedziora.com
2.0 parsecs away

Travel
| | Now that dark mode is supported on every browser out of the box, implementing it with CSS has changed.
| | scastiel.dev
2.8 parsecs away

Travel
| | Thanks to a recent evolution in mobile and desktop operating systems, it is more and more common for users to expect two UI themes for apps and websites: a light one and a dark one. In this article we'll see how it is possible to offer two themes in your React application, using the one the user prefers by default.
| | noahflk.com
17.9 parsecs away

Travel
| Using React Query alongside TypeScript and Zod, we can achieve a type-safe, efficient data fetching process in React that ensures consistency