My Experience Navigating the Next.js 15 Upgrade
Next.js 15 was released today and I've tried upgrading my project from Next.js 14. Codegen helped to fix 80-90% of the issues but there were issues due to upgrade from React 18 to 19!
Mental Model for Client/Server Components, Static/Dynamic Route & Caching in Next.js
Confused about Server Component vs Client Component, Dynamic vs Static Routes & Caching in Next.js? You are not alone. Use this mental model to help you!
Top Notion-Style WYSIWYG Editors for React
Discover the best Notion-style WYSIWYG editors for React! Compare features, pros & cons of top options like BlockNote, Novel.sh, Tiptap and more to find the perfect fit for your project.
Astro vs Next.js - What's Best for Small Projects?
Static or dynamic? Simple or complex? Explore the key differences between Astro and Next.js to make the best choice for your web development needs.
Breaking Out of Tailwind's Container: A Full-Width Solution
Unlock the secret to creating stunning full-width sections in your Tailwind projects! Learn two simple techniques to break free from container constraints and make your designs pop.
Seamlessly Inserting CTAs Midway into Your Blog Posts with React
Trying to insert a component midway through a html string returned by a CMS? Use this method to seamlessly perform the insertion without breaking up words or sentences.