|
You are here |
blog.miguelgrinberg.com | ||
| | | | |
alexmuraro.me
|
|
| | | | | 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
|
|
| | | | | Now that dark mode is supported on every browser out of the box, implementing it with CSS has changed. | |
| | | | |
scastiel.dev
|
|
| | | | | 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
|
|
| | | Using React Query alongside TypeScript and Zod, we can achieve a type-safe, efficient data fetching process in React that ensures consistency | ||