what i learned intentionally breaking hydration in next.js
A developer intentionally broke hydration in a Next.js app to understand how it works internally. By causing mismatches with new Date(), typeof window, and Math.random(), they discovered that hydratio…