DEV Community

React

Official tag for Facebook's React JavaScript library for building user interfaces

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
React Router has merged with Remix, should you use a different router?

React Router has merged with Remix, should you use a different router?

Comments
4 min read
Diving into ReactJS: Understanding the Magic Behind Client and Server Routing.

Diving into ReactJS: Understanding the Magic Behind Client and Server Routing.

Comments
3 min read
How I fixed this Next.js error: Refused to load the script because it violate Content Security Policy directive

How I fixed this Next.js error: Refused to load the script because it violate Content Security Policy directive

Comments
4 min read
Exploring Controlled and Uncontrolled Components in React

Exploring Controlled and Uncontrolled Components in React

Comments
2 min read
Using Digital Ocean Spaces as Strapi Storage

Using Digital Ocean Spaces as Strapi Storage

Comments
3 min read
Leveraging React Server Components in RedwoodJS

Leveraging React Server Components in RedwoodJS

3
Comments
12 min read
I wrote a new blog using Next.js App router

I wrote a new blog using Next.js App router

Comments
3 min read
Testing Next.js Applications with React Testing Library

Testing Next.js Applications with React Testing Library

1
Comments
2 min read
Best Practices for Using TypeScript in React with Vite

Best Practices for Using TypeScript in React with Vite

Comments
3 min read
Write a backend server, and you get an Admin Dashboard for free!

Write a backend server, and you get an Admin Dashboard for free!

Comments
3 min read
Learning ReactJs...again

Learning ReactJs...again

Comments
1 min read
How to Use Memoization in React for Better Performance

How to Use Memoization in React for Better Performance

1
Comments
8 min read
Svelte and SvelteKit Explained

Svelte and SvelteKit Explained

Comments
3 min read
Understanding React Server Component

Understanding React Server Component

Comments
3 min read
Create Counter App With React

Create Counter App With React

Comments
4 min read
Revisiting the "Rules of React"

Revisiting the "Rules of React"

Comments
3 min read
Understanding Diffing Algorithm in React

Understanding Diffing Algorithm in React

Comments
2 min read
Mastering Higher-Order Components in React: A Guide to DRY Code

Mastering Higher-Order Components in React: A Guide to DRY Code

Comments
2 min read
How to Use React-Dropzone for Uploading Files

How to Use React-Dropzone for Uploading Files

Comments
8 min read
Essential tools for Frontend Developers

Essential tools for Frontend Developers

1
Comments
1 min read
React Compiler - New Hero?

React Compiler - New Hero?

1
Comments
3 min read
Cross-platform development using ReactXP

Cross-platform development using ReactXP

Comments
3 min read
how to use i18n in ant design pro project

how to use i18n in ant design pro project

Comments
3 min read
Client-Side Rendering (CSR) Vs Server-Side Rendering (SSR)

Client-Side Rendering (CSR) Vs Server-Side Rendering (SSR)

2
Comments
4 min read
Race Conditions in React Native

Race Conditions in React Native

Comments
3 min read
Using the ResizeObserver API in React for responsive designs

Using the ResizeObserver API in React for responsive designs

Comments
14 min read
Automated delivery React / Vue app for each Pull Request.

Automated delivery React / Vue app for each Pull Request.

Comments
3 min read
Aha Moments I Had When Trying Next.js 14 for the First Time (as a React Dev) 🚀🤯✨

Aha Moments I Had When Trying Next.js 14 for the First Time (as a React Dev) 🚀🤯✨

Comments
3 min read
URL shortener application

URL shortener application

Comments
1 min read
I built an open-source schema visualisation tool for mongoose

I built an open-source schema visualisation tool for mongoose

2
Comments
3 min read
React: Reasons & Possibilities

React: Reasons & Possibilities

1
Comments
11 min read
Google App Script React Template

Google App Script React Template

Comments
3 min read
How to map colors & labels in ApexChart

How to map colors & labels in ApexChart

Comments
1 min read
🎯 Master Context API Permanently in 5 Steps

🎯 Master Context API Permanently in 5 Steps

1
Comments
3 min read
Tips from open-source: How redirect in Next.js works under the hood

Tips from open-source: How redirect in Next.js works under the hood

Comments
5 min read
The Magic of Hot Reloading in React

The Magic of Hot Reloading in React

Comments
2 min read
The useContext Hook: A Useful Way to Manage State

The useContext Hook: A Useful Way to Manage State

Comments
4 min read
¡Actualizando librerías en ReactJS: Una experiencia de migración exitosa!

¡Actualizando librerías en ReactJS: Una experiencia de migración exitosa!

4
Comments
2 min read
useFormStatus in React 19

useFormStatus in React 19

2
Comments
2 min read
How to verify JWT Token Expiry in React/Next

How to verify JWT Token Expiry in React/Next

Comments
2 min read
Build Your Own React.js in 400 Lines of Code

Build Your Own React.js in 400 Lines of Code

23
Comments 4
7 min read
Next.js 14 Server Actions and API Routes

Next.js 14 Server Actions and API Routes

Comments
2 min read
Challenges And Strategies For Legacy System Migration

Challenges And Strategies For Legacy System Migration

Comments
3 min read
Manual setup for a minimal Storybook

Manual setup for a minimal Storybook

Comments
2 min read
React without Pain: Avoid Re-Renders and Simplify Dependencies

React without Pain: Avoid Re-Renders and Simplify Dependencies

1
Comments
3 min read
Simple Guide to Using Intersection Observer API with ReactJS

Simple Guide to Using Intersection Observer API with ReactJS

6
Comments
3 min read
Las 20 preguntas principales de entrevistas sobre React

Las 20 preguntas principales de entrevistas sobre React

7
Comments 1
5 min read
Easy guide to solving 404 after deploying react code on vercel/netlify.

Easy guide to solving 404 after deploying react code on vercel/netlify.

Comments
3 min read
The difference of writing CSR, SSR and SSG in Next.js App Router and Page Router.

The difference of writing CSR, SSR and SSG in Next.js App Router and Page Router.

Comments
3 min read
Using OpenAI's API in React without exposing your API key with Gateweaver

Using OpenAI's API in React without exposing your API key with Gateweaver

Comments
7 min read
Why Next.js: Reason to Learn for Front End Development

Why Next.js: Reason to Learn for Front End Development

Comments
2 min read
Software Design: Strategies for Modular Programming and Loose Coupling

Software Design: Strategies for Modular Programming and Loose Coupling

6
Comments 2
3 min read
Composable Backend-for-Frontend

Composable Backend-for-Frontend

6
Comments
4 min read
Best practices from open source: Use img.decode() in image-heavy applications

Best practices from open source: Use img.decode() in image-heavy applications

1
Comments
5 min read
Vercel's New waitUntil Utility 🕰️✨

Vercel's New waitUntil Utility 🕰️✨

3
Comments
3 min read
How to import CSV Files with React

How to import CSV Files with React

Comments
4 min read
Optimized Infinite Scroll with Next.js 14 Server Actions and React Query

Optimized Infinite Scroll with Next.js 14 Server Actions and React Query

2
Comments
5 min read
Open Source Admin Dashboard Starter: Ant Design v5, TypeScript, MongoDB

Open Source Admin Dashboard Starter: Ant Design v5, TypeScript, MongoDB

Comments
2 min read
How to integrate Gravatar with custom fallback on React App and tanstack query

How to integrate Gravatar with custom fallback on React App and tanstack query

2
Comments
2 min read
React - Persisting Data on Page Refresh

React - Persisting Data on Page Refresh

Comments
4 min read
loading...