TIL
Validate TanStack Router search params with Zod
Coerce and validate URL search state in the route definition — not scattered in components.
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
Render markdown on the server, ship HTML
Converting TIL markdown to HTML in a server function keeps bundles small and syntax highlighting consistent.
Read journal