Derniers articles de la catégorie Next

I'm launching a Boilerplate - ShipSaaS
Wednesday, October 8, 2025

I'm launching a Boilerplate - ShipSaaS a Next FullStack boilerplate for SaaS maker

⚠️ Be Careful with Long-Running Actions in Next.js Route Handlers (`route.tsx`)
Thursday, April 17, 2025

When you're building a route in Next.js 14/15 using `app/route.tsx`, it's tempting to include business logic (tracking, logging, analytics, etc.) **right before returning a response**. A common example:

1 Layer = 1 Cursor Rule!
Tuesday, February 11, 2025

AI can drive you crazy! My workflow for working with AI and Cursor...

How to Test a FullStack Next.js Application?
Friday, January 31, 2025

Do you think you're testing your Next.js app properly? But what happens when you have React Server Components and Server Actions?

Should You Become a FullStack Developer?
Wednesday, January 29, 2025

Don't Become a FULLSTACK Developer! That’s what we hear everywhere.

Next.js: Optimizing Dynamic Routes
Tuesday, January 28, 2025

Are you using static rendering (SSG) with Next.js to optimize performance? That’s a great start! But what about your dynamic routes? Are they optimized?

Optimistic UI: Two Approaches for React Applications
Tuesday, January 21, 2025

Is your app feeling slow? ⏳ Have you considered implementing an Optimistic UI approach? The idea is simple: Be optimistic.

Zustand and Tanstack Query Are Dead Because of Next.js
Tuesday, January 14, 2025

Zustand and Tanstack Query Are Dead Because of Next.js

Getting Started with Next.js 15: Complete Guide
Friday, December 13, 2024

Next.js 15 is the latest version of this powerful framework that allows you to build modern web applications with optimal user experiences.