Building with Next.js

All about Next.js and modern web development

Go to all posts

Featured Posts

  • revalidatePath in Next.js

    A practical guide to revalidatePath in Next.js: how to properly invalidate cache after data mutations, differences between type: "page" and type: "layout", and usage in Server Functions.

    3 min readRead more
  • Rendering Methods in Next.js

    Core rendering methods in Next.js 15 – SSG, SSR, ISR, CSR – with examples, SEO impact, and streaming capabilities through React Server Components.

    5 min readRead more
  • Next.js 15.2

    Next.js 15.2 includes updates for debugging errors, metadata, Turbopack.

    3 min readRead more
  • Composable Caching

    Next.js has introduced Composable Caching – a new caching approach that simplifies cache management at different levels of an application, from data to components and pages.

    2 min readRead more
All posts

© 2026 The Workshop