CSS in React Server Components
Explores the challenges and solutions for using CSS-in-JS libraries like styled-components with React Server Components in Next.js.
Explores the challenges and solutions for using CSS-in-JS libraries like styled-components with React Server Components in Next.js.
A tutorial on using Server Actions in Next.js 14 for full-stack CRUD operations with Prisma and SQLite.
A tutorial on setting up a Next.js application with Prisma ORM and SQLite database, covering initial setup and migrations.
A tutorial on building forms in Next.js 14 using Server Actions, React Server Components, and Zod for validation.
Robin Wieruch, a freelance React developer from Berlin, offers his services for product development, consulting, and team mentoring.
A guide to using React 18's useOptimistic hook for instant UI updates in Next.js applications, improving perceived performance.
A guide demystifying React Server Components, explaining how they work, their benefits, and how they differ from Server-Side Rendering.
A summary of a live stream Q&A with Dan Abramov and Joe Savona discussing React Server Components, their benefits, and trade-offs.
An overview of key web development trends for 2023, focusing on the shift from client-side to server-side rendering with meta frameworks.
How to add a lang attribute to your Next.js site's HTML element for improved accessibility and Lighthouse performance scores.
Explains shallow routing in Next.js, a technique to change URLs without re-running data fetching methods, using the useRouter hook.
A developer explains the tech stack and process used to build their custom blog, focusing on Next.js and MDX for flexibility.
Learn how to enable AMP (Accelerated Mobile Pages) in Next.js projects, including AMP-only and hybrid modes with the useAmp hook.
A guide on how to add custom Babel presets and plugins to a Next.js project by creating and configuring a .babelrc file.
Learn how to fetch API data at build time with getStaticProps and at runtime with React hooks in a Next.js application.
Learn how to disable anonymous telemetry data collection in Next.js using CLI commands or environment variables.
A tutorial on refreshing server-side data in Next.js without a full page reload, focusing on the Pages Router.
A guide explaining where console.log statements appear in Next.js applications, covering client-side browser logs and server-side terminal/logs.
Explains React Strict Mode in Next.js, its benefits for identifying potential issues, and how to enable it globally or for specific components.
A guide on using environment variables in Next.js applications, including configuration for both server and client-side, and deployment on Netlify.