Juan David Lipez
Sound off
Sound on
Writing
Notes on what I build, and the parts that were harder than they looked.
Prehydrating React state without a server-to-client key
Sep 2026
An inline script can correct the DOM before the first paint. Generalising that into a React hook needs a key the server and the client derive identically, and every way of deriving one from the source fails under separate minification.