Search notes, blog posts, experiments, learning topics, and resources
7 items tagged across the site.
Props crossing the server/client boundary get serialized — Dates become strings, Maps become objects. Treat the boundary like an API contract.
RSC is not "SSR with extra steps". It is a component tree serialized over the wire — and once you see it that way, the confusing rules become obvious.
My personal platform: portfolio, digital garden, changelog, and learning journal — one content pipeline, everything editable from an admin panel.
Developed internal platforms and research prototypes for academic and institutional systems
Deep dive into the RSC execution model: the serialization boundary, cache() semantics, and composition patterns that actually hold up in production.
Dan Abramov
Kent C. Dodds