Blog
Notes, experiments and what I learned solving real problems.
2 results
Translated URLs with next-intl, without duplicating routes
How to serve /estudos in Portuguese and /blog in English from a single route file in the App Router.
- Next.js
- i18n
- next-intl
Six variables, two themes
Keeping a light and a dark theme alive without duplicating a single style rule, using CSS variables and Tailwind 4.
- CSS
- Tailwind
- Design System