Back to blog
React

Articles about React

15 articles

Next.jsSEO

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.

·1 min read
Next.jsServer Actions

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.

·1 min read
Next.jsServer Components

Server Components: advanced patterns for Next.js

Advanced React Server Components patterns in Next.js: composition, streaming, data fetching, and strategies for hybrid applications.

·1 min read
ReactPerformance

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.

·1 min read
ReactJavaScript

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.

·1 min read
Next.jsReact

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.

·1 min read
ReactTesting

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.

·1 min read
Web DevelopmentReact

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.

·3 min read
v0.devVercel

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.

·2 min read
ZustandPersistence

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.

·1 min read
ReactState

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.

·1 min read
TanStack RouterReact

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.

·1 min read
TanStack QueryReact

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.

·1 min read
TechnologyReact

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.

·2 min read
TechnologyReact

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.

·3 min read