Next.js Is Infuriating - Dominik's Blog

React
Is React Accessible? That’s the Wrong Question | Access Armada
Understand how your framework choice affects accessibility along with tips for improving React accessibility.
Mantine
9ui
Beautiful, customizable components built with Base UI and Tailwind CSS.
How to Use SVG in React: A Beginner’s Guide - FROMDEV
Learn how to use SVG in React to create scalable, interactive, and dynamic graphics for your web applications. Perfect for beginners!
SVGs in React (almost everything you need to know)
SVG stands for Scalable Vector Graphic. True to its name, SVGs are infinitely scalable because they...
How to use SVGs in React - LogRocket Blog
Learn how to use or render an SVG image on a React webpage, the pros and cons, and using components like img and svg.
Where to Learn React in 2025: A Comprehensive Guide for Beginners to Advanced Developers
Looking to learn React in 2025? This comprehensive guide explores the best online courses, resources, documentation, and learning paths to master React from beginner to advanced levels. Includes code examples and practical tips for success.
TypeScript Union Type vs Enum: A Comprehensive Comparison
TypeScript Enums or Union Types: Which One Should You Use?
Union Types vs Enums in TypeScript: Choosing the Right Approach for Your Codebase
TypeScript | Union Types vs Enums - Become A Better Programmer
Learn the difference between using union types and enums in TypeScript with simple examples, as well as understanding when to use one or the other
A deep dive on forms with modern React
React 19 introduces terrific primitives for building great forms. Let's dive deep on forms for the web with React.
My sales pitch for TypeScript
Roughly, TypeScript is JavaScript plus type information. The latter is removed before TypeScript code is executed by JavaScript engines. Therefore, writing and deploying TypeScript is more work. Is that added work worth it? In this blog post, I’m going to argue that yes, it is. Read it if you are skeptical about TypeScript but interested in giving it a chance.
How much traffic can a pre-rendered Next.js site really handle? by Martijn Hols
How much traffic can a self-hosted Next.js site handle? I ran load tests, uncovered surprising limits, and compared pre-rendering with SSR.
Tip: React has Type Helpers
Using React type helpers to clean up boilerplate code and make code more robust.
Extending the Properties of HTML elements in React and TypeScript
Extending the properties of HTML elements in React with TypeScript allows you to create reusable and type-safe components that enhance the functionality of standard HTML elements.
Typescript: Five most useful utility types for React
Let's explore TypeScript utility types for React. Utility types are a powerful feature for constructing new types.
Exploring React Omit: Everything You Need to Know
Learn how developers can write more predictable code with React omit.
A Guide on TypeScript Omit Type | Refine
We'll dive into the TypeScript Omit utility type with examples
Cant debug nextjs app, next dev --turbopack, --turbo breaks debugging. : WEB-70462
Fehler in IntelliJ
API Reference: File Conventions | Next.js
API Reference for Next.js File Conventions.
Configuring: Debugging | Next.js
Learn how to debug your Next.js application with VS Code, Chrome DevTools, or Firefox DevTools.
React Hook Form - performant, flexible and extensible form library
Performant, flexible and extensible forms with easy-to-use validation.
TypeScript-first schema validation with static type inference
TypeScript-first schema validation with static type inference
tsconfig/bases: Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment
Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment - tsconfig/bases
How to Integrate CSS and Sass in Next.js?
cva
Class Variance Authority
useImperativeHandle Hook Ultimate Guide
Wohl wichtig für den Aufbau der Bibliothek
Path To A Clean(er) React Architecture - A Shared API Client
Discover the foundational steps towards a clean React architecture by centralizing API requests with a shared API client. Learn how to streamline your codebase for maintainability and scalability.