
Goodbye Hashnode, Hello Vercel: Migrating My Blog to Next.js and Vercel
I moved my blog from Hashnode to a custom Next.js site on Vercel. Here is why I did it, how I moved my entire content library, and why Vercel is the best home for my posts.
Deep dives into the React Framework for production. Server Components, Routing, and Performance.

I moved my blog from Hashnode to a custom Next.js site on Vercel. Here is why I did it, how I moved my entire content library, and why Vercel is the best home for my posts.

Learn how to share Zod schemas between client and server in Next.js to ensure data integrity without repeating yourself. Photo by Cl茅ment H茅lardot on Unsplash

Next.js gives you strong performance defaults. But fast by default doesn鈥檛 mean fast always. Over the last few days, I鈥檝e been working with Next.js and React Server Components, assuming the framework would handle most performance concerns for me. And...