Tag: next
All the articles with the tag "next".
Tech Watch Posts
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
Next.js SaaS Starter
Published: at 10:43 AMThe Next.js SaaS Starter offers a comprehensive template for building SaaS applications using Next.js, Postgres, Stripe, and shadcn/ui. It includes features like authentication, subscription management, and CRUD operations for user management. With built-in support for Stripe payments, role-based access control, and a customizable dashboard, the starter is optimized for quick deployment and scalability. It's designed to simplify common tasks such as database integration and form management, making it ideal for developers looking to launch a SaaS product.