Browsing Tag
nextjs
183 posts
A closer look at partial prerendering
Partial prerendering replaces the old binary model of rendering. Before, there were 2 cases. Either the entire route…
Quinze lignes de Proxy pour qu’un SDK ne casse plus mon CI
Le vendredi où Vercel a refusé mon merge Vendredi 10 avril, fin d’après-midi. Je merge sur main une…
Why Your Nextjs UI Flickers: TanStack Query vs useEffect
A page can load quickly and still feel unstable. That usually happens when the initial render strategy is…
The Wolf Project – Reworking a Real-World Project
A few weeks ago I watched a Dodo video about The Wolf Project that stayed with me more…
Drizzle ORM Is What Prisma Should Have Been
I used Prisma for two years. I have nothing personal against it — it solved real problems and…
Transforming Unstructured Retail Catalogs into Structured Data using AI
Comparing products on e-commerce platforms is straightforward because the data is already structured. However, when dealing with weekly…
How to Add Comments to a Next.js Site (App Router and Pages Router)
Next.js gives you so many ways to render a page that the answer to “how do I add…
My Biggest Mistake: Why You Should i18n Your Next.js App From Day One (A Vibe Coding Survival Guide)
My Biggest Mistake: Why You Should i18n Your Next.js App From Day One I built a split-bill application…
How I Structured User Data for My AI SaaS
Most developers building their first SaaS make the same mistake I almost made — they reach for sessionStorage…
How I built a Next.js app with 1,500+ localized routes and perfect Technical SEO 🚀
Building a micro-SaaS is only half the battle. Getting Google to care about it is the real challenge.…