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.
Backstage

Backstage

Comments
3 min read
Best Version Control Practices Every React Development Team Needs To Know

Best Version Control Practices Every React Development Team Needs To Know

1
Comments
33 min read
🌟 Introducing the My 3D Model Viewer! 🌟

🌟 Introducing the My 3D Model Viewer! 🌟

Comments
1 min read
I used GitHub as a CMS

I used GitHub as a CMS

Comments
4 min read
Dark mode & light mode in next. Js 14 app router with material-ui without ui flickering

Dark mode & light mode in next. Js 14 app router with material-ui without ui flickering

Comments
8 min read
Building a Custom Audio Player in React: A Step-by-Step Guide

Building a Custom Audio Player in React: A Step-by-Step Guide

Comments
4 min read
Possible to Do Panoramic Image Stitching in React Native?

Possible to Do Panoramic Image Stitching in React Native?

Comments
1 min read
Top Platforms for Token Deployment and Their Pros & Cons

Top Platforms for Token Deployment and Their Pros & Cons

Comments
5 min read
Tech Watch 3

Tech Watch 3

1
Comments
1 min read
Event - Custom Hooks

Event - Custom Hooks

Comments
4 min read
The Ultimate Cleanup Sidekick for Lazy (but Efficient!) React Developers

The Ultimate Cleanup Sidekick for Lazy (but Efficient!) React Developers

Comments
3 min read
The Fastest Way to Build a React Project in 2025 (with the Latest Tools)

The Fastest Way to Build a React Project in 2025 (with the Latest Tools)

1
Comments
3 min read
React Select + Custom Style

React Select + Custom Style

Comments
2 min read
Async derivations in React

Async derivations in React

Comments
4 min read
Recursively rendering comments for a developer content creation site ♻️

Recursively rendering comments for a developer content creation site ♻️

6
Comments
6 min read
Uvod u Modularizaciju u React-u: AMD i CommonJS modularizacija

Uvod u Modularizaciju u React-u: AMD i CommonJS modularizacija

Comments
4 min read
How to use Infinity Queries (TanStack Query) to do infinite scrolling

How to use Infinity Queries (TanStack Query) to do infinite scrolling

Comments
3 min read
Building a Social Impact Project with React, Node.js, and MySQL: My Experience and Lessons Learned

Building a Social Impact Project with React, Node.js, and MySQL: My Experience and Lessons Learned

1
Comments
3 min read
Why does it throw the error "'process' is not defined."?

Why does it throw the error "'process' is not defined."?

Comments
1 min read
Methodical Naming in React: How It Improves Code Organization

Methodical Naming in React: How It Improves Code Organization

Comments
3 min read
Can you please explain why React does not allow simple JSX variables to be used as components to reduce the boilerplate?

Can you please explain why React does not allow simple JSX variables to be used as components to reduce the boilerplate?

Comments
1 min read
What is LTS in node.js 22

What is LTS in node.js 22

Comments
1 min read
React.FC is better than you think!

React.FC is better than you think!

1
Comments 1
9 min read
How to Handle and Optimize Large Datasets in JavaScript

How to Handle and Optimize Large Datasets in JavaScript

1
Comments 1
4 min read
Top Companies Hiring React Developers and How to Get Noticed

Top Companies Hiring React Developers and How to Get Noticed

1
Comments
4 min read
My Notes on React

My Notes on React

Comments
1 min read
Mastering Recharts: A Comprehensive Guide to Creating Charts in ReactJS

Mastering Recharts: A Comprehensive Guide to Creating Charts in ReactJS

Comments
3 min read
What I learned from achieving 100% code coverage

What I learned from achieving 100% code coverage

Comments
7 min read
Creating Theme Systems in React with SCSS and Redux

Creating Theme Systems in React with SCSS and Redux

1
Comments
3 min read
How to tackle your first Hacktober Fest

How to tackle your first Hacktober Fest

Comments
3 min read
Creating blurred or virtual backgrounds in real-time video in React apps

Creating blurred or virtual backgrounds in real-time video in React apps

Comments
1 min read
UseEffect Behind the scenes in React

UseEffect Behind the scenes in React

Comments
3 min read
The Cadet and the Defense of Planet Codex

The Cadet and the Defense of Planet Codex

Comments
3 min read
Mastering React Native 0.76's New Architecture: A Complete Implementation Guide

Mastering React Native 0.76's New Architecture: A Complete Implementation Guide

Comments
1 min read
Mastering Design Patterns in JavaScript: Part 5 — The Decorator Pattern

Mastering Design Patterns in JavaScript: Part 5 — The Decorator Pattern

Comments
1 min read
Developers Are The Gatekeepers

Developers Are The Gatekeepers

Comments
1 min read
Unwrapping JavaScript ES2024: Key Features Every Developer Should Know

Unwrapping JavaScript ES2024: Key Features Every Developer Should Know

3
Comments
6 min read
React + AWS Cognito: Email Authentication Setup Guide (First Part)

React + AWS Cognito: Email Authentication Setup Guide (First Part)

Comments
4 min read
Boost Your React App's Performance with Memoization: Exploring useMemo, useCallback, and React.memo

Boost Your React App's Performance with Memoization: Exploring useMemo, useCallback, and React.memo

Comments
4 min read
Comparison of Popular JavaScript Frameworks: React, Vue and Angular

Comparison of Popular JavaScript Frameworks: React, Vue and Angular

Comments
4 min read
[React.js][Webpack] webpack setup for react from scratch

[React.js][Webpack] webpack setup for react from scratch

Comments
1 min read
Step-by-Step Guide to Creating an LMS with React, Tailwind CSS, and Shadcn UI Part-1

Step-by-Step Guide to Creating an LMS with React, Tailwind CSS, and Shadcn UI Part-1

Comments
4 min read
How to build a website using React and Rest APIs (React basics explained)

How to build a website using React and Rest APIs (React basics explained)

5
Comments 2
8 min read
Modern Full-Stack Setup: FastAPI + React.js + Vite + MUI with TypeScript

Modern Full-Stack Setup: FastAPI + React.js + Vite + MUI with TypeScript

1
Comments
2 min read
📱 Is Flutter Dead?

📱 Is Flutter Dead?

1
Comments
3 min read
NodeList vs HTMLCollection: The Difference Between NodeList and HTMLCollection

NodeList vs HTMLCollection: The Difference Between NodeList and HTMLCollection

19
Comments
4 min read
Google Analytics (GA4) implementation with React - Remix example

Google Analytics (GA4) implementation with React - Remix example

Comments
3 min read
How to Build a Changelog Feature in React for Your App

How to Build a Changelog Feature in React for Your App

Comments
17 min read
📢 Why I Use Git UIs in My Daily Work and What You Should Know About Them

📢 Why I Use Git UIs in My Daily Work and What You Should Know About Them

Comments
2 min read
React Refs advanced usage: normalization, cloning and linking

React Refs advanced usage: normalization, cloning and linking

7
Comments
2 min read
Why `response.json()` must be awaited

Why `response.json()` must be awaited

1
Comments
1 min read
React Fatigue: Why Some Devs Are Moving On

React Fatigue: Why Some Devs Are Moving On

Comments
3 min read
🚀 Build a Production-Ready React Data Fetching Hook with TypeScript

🚀 Build a Production-Ready React Data Fetching Hook with TypeScript

1
Comments
4 min read
🤔 Have You Used the Spread Operator Inside Loops? 🚀Performance and Memory Impact in JavaScript 📈🚀

🤔 Have You Used the Spread Operator Inside Loops? 🚀Performance and Memory Impact in JavaScript 📈🚀

Comments
4 min read
Applying an Image on a 3D Model with React Three Drei’s Decal

Applying an Image on a 3D Model with React Three Drei’s Decal

Comments
3 min read
Créer une Radio en Ligne avec l'API Radio Browser

Créer une Radio en Ligne avec l'API Radio Browser

Comments
2 min read
Choosing Remix as a Server-Side Rendering (SSR) Framework

Choosing Remix as a Server-Side Rendering (SSR) Framework

Comments
5 min read
Brisa Framework Presentation - October 2024

Brisa Framework Presentation - October 2024

13
Comments 2
1 min read
YouTube's Metered Count

YouTube's Metered Count

1
Comments
3 min read
Inertia.js with Laravel and React: A Guide for Entry-Level Developers 🚀

Inertia.js with Laravel and React: A Guide for Entry-Level Developers 🚀

1
Comments
2 min read
loading...