TIL
Tailwind v4 @theme replaces most tailwind.config
Design tokens live in CSS now — DaisyUI themes plug in through @plugin directives.
Date published
More TILs
Journal
React 19 Compiler makes useMemo optional
With the React Compiler enabled, manual memoization is usually noise — let the compiler prove stability.
Read journal
Journal
Eden Treaty catches API drift at compile time
Elysia + Eden Treaty means your frontend knows about new endpoints before you ship broken calls.
Read journal
Journal
Validate TanStack Router search params with Zod
Coerce and validate URL search state in the route definition — not scattered in components.
Read journal