Articles about React
15 articles
SEO for Next.js: SSR, SSG and ranking strategies
Optimize your Next.js site for search engines: SSR vs SSG differences, dynamic meta tags, sitemaps, and Core Web Vitals.
Server Actions in Next.js: practical use cases
Server Actions in Next.js let you execute server code from the client. Real use cases: forms, mutations, and revalidation without extra APIs.
Server Components: advanced patterns for Next.js
Advanced React Server Components patterns in Next.js: composition, streaming, data fetching, and strategies for hybrid applications.
React Compiler: how it optimizes your component performance
The React Compiler automates component memoization. Learn how it works and how it can speed up your applications without manual code.
React 20: new features and improvements
React 20 arrives with a stable React Compiler, concurrent mode improvements, and new APIs. Learn everything this version brings.
Next.js 17: all the features of the React framework in 2026
Explore Next.js 17 new features: stable Server Components, Turbopack in production, improved caching, and new APIs for modern web development.
React Testing Library: best practices for testing components
Learn React Testing Library best practices for effectively testing React components, focusing on user behavior rather than implementation details.
State management in React with Zustand: a lightweight alternative
Learn how Zustand simplifies state management in React applications. Compare Zustand with Redux and Context API, and see practical examples of stores, actions, and middleware.
Vercel v0.dev: AI-powered frontend generation
Vercel v0.dev generates React components and complete pages from natural language descriptions. Complete guide for frontend developers.
Zustand Persist: how to save state locally
Zustand Persist middleware lets you save state in localStorage, AsyncStorage, or IndexedDB. Learn to persist your React app state.
State in React: Zustand vs Jotai vs Signals
Comparison of React state management libraries: Zustand, Jotai, and Signals. When to use each one based on application type.
TanStack Router: the type-safe router for React
TanStack Router is a React router with end-to-end types, integrated data loading, and automatic lazy loading.
TanStack Query v6: new features and improvements
TanStack Query v6 arrives with SSR improvements, React 19 support, new DevTools, and a simpler API. Discover all the new features.
The State of React in 2026: trends every developer should know
A look at the key trends shaping React development in 2026 — from Server Components to Signals and the rise of meta-frameworks.
React Server Components: a practical guide for modern web development
Understanding React Server Components, how they change the rendering model, and practical strategies for adopting them in your projects.