Building the Same App Using Various Web Frameworks
A developer compares building a simple CRUD web app using FastAPI, FastHTML, Next.js, and SvelteKit to evaluate their features and developer experience.
A developer compares building a simple CRUD web app using FastAPI, FastHTML, Next.js, and SvelteKit to evaluate their features and developer experience.
A blog post discussing the concept of 'tag gardening' for cleaning up and organizing tags on a technical blog, inspired by another developer's process.
A guide exploring data fetching in Next.js using Server Actions and comparing it to Server Components and Route Handlers for client-side scenarios.
A guide to deploying a Next.js static website using Azure Static Web Apps, covering setup, GitHub integration, and deployment.
A step-by-step guide to deploying a Dockerized Next.js application using Azure Container Apps for scalable, serverless hosting.
A guide to creating a SuperLink component in Next.js that combines Link and anchor tag features for automatic prefetching.
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 technical guide to rebuilding the Remix Contacts tutorial using Next.js 14, React Server Components, Server Actions, Prisma, and Transitions.
A tutorial on setting up a Next.js application with Prisma ORM and SQLite database, covering initial setup and migrations.
An introduction to middleware in web frameworks, covering its purpose, common use cases like authentication, and practical examples from JavaScript/TypeScript ecosystems.
A tutorial on building forms in Next.js 14 using Server Actions, React Server Components, and Zod for validation.
A guide to implementing React's useOptimistic() hook across layouts and pages in Next.js using a Context provider for optimistic UI updates.
An analysis of React's current state, focusing on the paradigm shift and complexity introduced by React Server Components and the Next.js App Router.
A software engineer's 2023 review, covering work on Netlify's frameworks team, layoffs, burnout, and a new role at OpenSauced.
Robin Wieruch, a freelance React developer from Berlin, offers his services for product development, consulting, and team mentoring.
A tutorial on integrating React Hook Form with Next.js 14 Server Actions, using Zod for validation and adding optimistic UI.
A guide to using React 18's useOptimistic hook for instant UI updates in Next.js applications, improving perceived performance.
A guide to testing async, internationalized React Server Components in Next.js App Router using Vitest and React Testing Library.
A guide demystifying React Server Components, explaining how they work, their benefits, and how they differ from Server-Side Rendering.