Tag: next
All the articles with the tag "next".
Tech Watch Posts
Deploying a Next.js App to Production in any server
Published: at 01:15 PMBuild a docker image of your nextjs app that can be deployed to any server, without any propreitary cloud provider lock-in.
Authorization in Next.js
Published: at 08:53 AMLearn about authorization in Next.js when using React Server Components, Server Actions, and Next's App Router ...
How to inspect React Server Component Activity with Next.js
Published: at 10:30 AMLearn how to debug and monitor React Server Components in Next.js using OpenTelemetry. A practical guide to gaining visibility into server-side rendering and performance optimization.
You might not need a React Form Library
Published: at 02:39 PMHow to validate forms in React without a form library on the server and the client ...
Building Scalable Micro-Frontends with Next.js Multi Zones
Published: at 02:30 PMLet's see how Next.js Multi Zones can make building micro frontends a breeze.
The `use cache` Directive Deep Dive in Next.js
Published: at 02:25 PMLearn about the new `use cache` directive in Next.js for caching functions, components, and entire routes.
Quick Guide to Building a PWA with Next.js
Published: at 02:38 PMLearn how to turn your Next.js app into a Progressive Web App (PWA).
How to NOT reset a form in React
Published: at 12:52 PMThis article explains how to reset forms in React using server actions. It offers practical examples and tips for managing form state efficiently, especially when working with server components, to improve user interaction in React applications.
How Vercel adopted microfrontends
Published: at 01:23 PMVercel shifted from a monolithic Next.js app to a microfrontend setup, improving build times, local development speed, and performance metrics. This transition enhanced efficiency and page load metrics, using tools like Turborepo and Turbopack.
Server Side State management in NextJS: a deep dive into React Cache
Published: at 01:13 PMThis article explores how Next.js can handle server-side state management using React’s new Cache API. It covers the basics of caching in React, how server components can enhance performance, and practical tips for managing and optimizing state in Next.js applications