-
New Dec 23, 2024
React Function Components
Everything you need to know about React Function Components, also known as React Functional Components. Here you will learn React Function Components by example with step by step...
-
New Dec 16, 2024
React Form Validation
How to validate forms in React without a form library on the server and the client...
-
New Dec 9, 2024
React Tech Stack [2025]
Popular React Tech Stack for Full-Stack Applications in 2025 to create your product (i.e. SaaS)...
-
New Dec 2, 2024
React Data Fetching Patterns
Data fetching patterns for React components across Client and Server Components...
-
New Nov 25, 2024
Feature-based React Architecture
How to create a feature-based React architecture that allows large scale applications...
-
New Nov 11, 2024
React and FormData
Learn how to handle FormData in React when submitting it with a (Server) Action to the server...
-
New Nov 4, 2024
Freelance Web Developer: Charge by Time, not Value
Freelance Developers have to rate their services by time or by value. Here I, as a freelance React developer, want to argue in favor of charging by time...
-
New Nov 4, 2024
How to (not) reset a form after a Server Action in React
Learn how not to reset a form after a erroneous server action in React. In other words, how to opt-out of the default form reset behavior in React...
-
New Oct 30, 2024
About Me
Freelance React Developer for React and Next.js in JavaScript/TypeScript from Berlin (German/English). Consulting & Freelancing for Web Development: Full-Stack Applications, Code Audits & Reviews,...
-
New Oct 29, 2024
How to roll your own auth in JavaScript & TypeScript
Learn how to roll your own authentication in JavaScript & TypeScript...
-
New Oct 29, 2024
Authentication in Next.js
Learn how to roll your own authentication in Next.js...
-
New Oct 21, 2024
How to fetch data with React Hooks
Learn the fundamentals about data fetching in client-side React with React Hooks...
-
New Oct 14, 2024
React Folder Structure in 5 Steps [2024]
React Folder Structure in 2024 for large React projects. The guide walks you through a file structure from small to large project...
-
New Oct 10, 2024
How to Drag and Drop in React
A tutorial about using Drag and Drop in React by example for a vertical list (later horizontal list) with @hello-pangea/dnd as DnD library...
-
New Oct 7, 2024
How to create a React Dropdown
How create a React Dropdown component by example. The HTML select element displays a menu...
-
New Sep 30, 2024
Types of React Components [2024]
There are many types of React Components that make it difficult for React beginners. This tutorial goes through each React Component Type by example...
-
New Sep 23, 2024
How to fetch data in React [2024]
There are different ways to fetch data in React from a remote API. In this guide we want to explore all the options available for data fetching in React...
-
New Sep 10, 2024
Search Params in Next.js for URL State
How to use Search Params in Next with useSearchParams und SearchParams from React Server Components and Client Components for URL state...