Topic hub
Next.js platform & App Router
Core platform skills for the App Router: mutations with Server Actions, code-splitting, image/LCP patterns, View Transitions, hooks, and framework upgrades you actually run in production.
- Next.jsReactWeb DevelopmentAug 25, 2025
Next.js 15.5: Key Features, Updates, What Developers Need to Know
Discover the new features in Next.js 15.5, from Turbopack builds to stable Node.js middleware and TypeScript improvements. Learn what’s changing and how to prepare for Next.js 16.
Read article - PrismaTypeScriptNext.jsAug 04, 2025
How to Upgrade to Prisma 6 — Guide for a Clean Migration
Upgrade Prisma to version 6 with confidence. Follow this developer-friendly guide to migrate smoothly, configure output paths, and improve type safety.
Read article - Full StackNext.jsPerformanceJun 25, 2025
Better-T-Stack: The TypeScript CLI That Actually Gets Modern App
Ever wondered how to create that smooth blur-to-sharp loading effect you see on modern websites? Let's break down a production-ready BlurImage component step by step.
Read article - Image OptimizationNext.jsPerformanceJun 18, 2025
Building a Smart BlurImage Component in Next.js 15 App Router
Ever wondered how to create that smooth blur-to-sharp loading effect you see on modern websites? Let's break down a production-ready BlurImage component step by step.
Read article - Next.jsView TransitionsWeb AnimationsJun 17, 2025
Smooth Page Transitions in Next.js 15 – A Deep Dive Guide
Learn how to implement buttery smooth page transitions in Next.js 15 using the native View Transitions API. No heavy libraries, no performance issues – just hardware-accelerated animations that make your app feel premium.
Read article - React 19Next.js 15Data FetchingJun 16, 2025
Mastering Data Fetching in Next.js 15, React 19 with the use Hook
Learn how to simplify data fetching in React with the new use hook. Complete guide with real-world examples, error handling, and best practices for modern Next.js applications.
Read article - ReactSearchCustom HooksMay 16, 2025
React useSearch Hook – Build a Smarter Search System in Your App
Learn how to build a powerful and reusable useSearch hook in React with built-in filtering, pagination, and fuzzy search capabilities to improve user experience and developer productivity.
Read article - DevOpsJavaScriptBuild ToolsMay 16, 2025
Supercharge Your Development with Turborepo: A Practical Guide
Learn how to set up and optimize your workflow with Turborepo, the high-performance build system that makes monorepo management a breeze for JavaScript and TypeScript projects.
Read article - Next.jsReactTailwind CSSMay 16, 2025
Build a Modern Fullstack App with the 2025 Frontend Stack
Use Next.js 15, React 19, Tailwind CSS v4, Shadcn/ui, and Zod to build a fast, scalable modern app with server actions, theming, and validation.
Read article - ReactJavaScriptWeb DevelopmentMay 15, 2025
The list of the top 10 custom hooks, with code examples
Explore essential custom React hooks like useFetch, useToggle, and useWebSocket. Boost your React productivity with these reusable, time-saving hooks.
Read article - Dynamically importAuthentificationNext.jsSep 28, 2024
Nextjs Dynamic Imports – Speed up your Modern Nextjs App
Dynamic imports allow you to load JavaScript modules only when they're needed, rather than at the beginning. In Next.js, dynamic imports enable you to split your code, reducing the initial load time of your application and improving performance.
Read article - Next.jsServer ActionserverSep 23, 2024
Next.js Server Actions Tutorial: Forms, Mutations & Tips
Learn Next.js Server Actions with forms, mutations, Zod validation, revalidatePath, and auth guards—App Router patterns you can ship.
Read article