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.
Updating Monaco broke Fastly Fiddle: here's how I solved it with useCallback in React

Updating Monaco broke Fastly Fiddle: here's how I solved it with useCallback in React

6
Comments
5 min read
This Week In React #142: React-Query, Million, OpenNext, Ariakit, Expo-Image, React-Three-Fiber, TS 5.1, Node.js 20, WebGPU...

This Week In React #142: React-Query, Million, OpenNext, Ariakit, Expo-Image, React-Three-Fiber, TS 5.1, Node.js 20, WebGPU...

6
Comments
7 min read
Building a Real-time Data App with Dozer, React, and PostgreSQL

Building a Real-time Data App with Dozer, React, and PostgreSQL

7
Comments
6 min read
Tout savoir sur le design pattern Container / Presentational

Tout savoir sur le design pattern Container / Presentational

1
Comments
5 min read
Building Pagination in React with React Paginate

Building Pagination in React with React Paginate

97
Comments 9
4 min read
Investing in Developer Experience Could Be The Best Growth Hack for Your Business

Investing in Developer Experience Could Be The Best Growth Hack for Your Business

9
Comments
5 min read
React Query - Filter Your Data

React Query - Filter Your Data

9
Comments
2 min read
How to be Better in React Code Reusability - Part2

How to be Better in React Code Reusability - Part2

6
Comments 1
10 min read
Building a QR Code Generator in React JS: Step-by-Step Tutorial

Building a QR Code Generator in React JS: Step-by-Step Tutorial

12
Comments 1
1 min read
Creating a True/False Toggle in React with useState Hook for Beginners

Creating a True/False Toggle in React with useState Hook for Beginners

Comments 3
8 min read
Using NGINX to serve React Application (Static vs Reverse Proxy)

Using NGINX to serve React Application (Static vs Reverse Proxy)

Comments 1
5 min read
Launch a React App in a Docker Environment

Launch a React App in a Docker Environment

Comments
5 min read
Using UseEffect Hook: Avoiding Excessive Re-rendering

Using UseEffect Hook: Avoiding Excessive Re-rendering

1
Comments
4 min read
How to add a dark mode to your Next.js site

How to add a dark mode to your Next.js site

Comments
2 min read
Trouble accessing context values with useContext in child component

Trouble accessing context values with useContext in child component

Comments
3 min read
Weekly web development resources #145

Weekly web development resources #145

4
Comments
2 min read
#DEVDiscuss: Rethinking the Modern Web

#DEVDiscuss: Rethinking the Modern Web

22
Comments 11
1 min read
How to deploy React application to Firebase

How to deploy React application to Firebase

1
Comments
2 min read
How to deploy React application to GitHub Pages

How to deploy React application to GitHub Pages

1
Comments
2 min read
Using Axios In React JS....

Using Axios In React JS....

Comments
3 min read
How to use SVGs in React Native.

How to use SVGs in React Native.

3
Comments 1
2 min read
Build Custom Middleware to Protect Routes in a React/Next.js App with Context API

Build Custom Middleware to Protect Routes in a React/Next.js App with Context API

4
Comments
6 min read
Understanding Children Props in React

Understanding Children Props in React

Comments
3 min read
Testing Redux with RTL

Testing Redux with RTL

Comments
6 min read
Aplicando Path Mapping no React Native

Aplicando Path Mapping no React Native

1
Comments
2 min read
Building a prototype with Chunk

Building a prototype with Chunk

2
Comments
6 min read
User Profile React Component

User Profile React Component

5
Comments
1 min read
Serverless Authentication with AWS Cognito and React: A Comprehensive Guide

Serverless Authentication with AWS Cognito and React: A Comprehensive Guide

1
Comments
3 min read
Add custom fonts to Next.js sites with Tailwind using next/font

Add custom fonts to Next.js sites with Tailwind using next/font

13
Comments 1
5 min read
A Fun React Exercise

A Fun React Exercise

Comments
5 min read
React useState and useEffect hooks explained in simple term with example

React useState and useEffect hooks explained in simple term with example

2
Comments
2 min read
Redux toolkit : simplified

Redux toolkit : simplified

Comments
2 min read
Project deployment with React.js and Vite.js in GitHub Pages

Project deployment with React.js and Vite.js in GitHub Pages

1
Comments 1
2 min read
Code-Collab

Code-Collab

1
Comments
1 min read
First ever hackaton

First ever hackaton

1
Comments 2
1 min read
Using advanced ES6 functions and unit testing in a UI app

Using advanced ES6 functions and unit testing in a UI app

1
Comments
5 min read
I18n Frontend guideline

I18n Frontend guideline

1
Comments
5 min read
Mastering Keyboard Navigation with Roving tabindex in Grids

Mastering Keyboard Navigation with Roving tabindex in Grids

Comments
7 min read
CRUD Todo App - React and Redux-toolkit

CRUD Todo App - React and Redux-toolkit

1
Comments
6 min read
Visualizing Audio as a Waveform in React

Visualizing Audio as a Waveform in React

26
Comments 1
5 min read
Deploy a Basic React Project to Amazon AWS EC2

Deploy a Basic React Project to Amazon AWS EC2

Comments
8 min read
Exporting a React component to a PDF file on click

Exporting a React component to a PDF file on click

Comments
2 min read
Polyfills in React Application: A Complete Guide

Polyfills in React Application: A Complete Guide

3
Comments 1
6 min read
Pure Component in React

Pure Component in React

Comments
6 min read
A Better Way to Design a Loading Button Component

A Better Way to Design a Loading Button Component

7
Comments 2
2 min read
Supercharging CSS modules with TypeScript

Supercharging CSS modules with TypeScript

1
Comments 1
6 min read
Nested Components - A bad practice? - ReactJS

Nested Components - A bad practice? - ReactJS

5
Comments
2 min read
When Direct DOM Manipulation Outperforms React State Management

When Direct DOM Manipulation Outperforms React State Management

Comments
3 min read
The "suspension of the request" technique with Axios

The "suspension of the request" technique with Axios

Comments
2 min read
How to Create a video player with video.js

How to Create a video player with video.js

Comments
2 min read
Mastering React Hooks: Tips for Effective Usage and When to Avoid Them

Mastering React Hooks: Tips for Effective Usage and When to Avoid Them

Comments
3 min read
How To Boost Your Firebase App’s Efficiency with Real-Time Listeners in React.js

How To Boost Your Firebase App’s Efficiency with Real-Time Listeners in React.js

2
Comments
2 min read
Create A Custom Audio Player Component Using React/Next.js, Tailwind & Howler

Create A Custom Audio Player Component Using React/Next.js, Tailwind & Howler

1
Comments 2
5 min read
Introducing the TERN stack and how to migrate from MERN to TERN

Introducing the TERN stack and how to migrate from MERN to TERN

8
Comments 3
13 min read
Getting started with Finite State Machine using X-state.

Getting started with Finite State Machine using X-state.

Comments
4 min read
JSX: The Fusion of Markup and Logic in React Development

JSX: The Fusion of Markup and Logic in React Development

2
Comments
4 min read
React Context: The Detailed Guide

React Context: The Detailed Guide

1
Comments
10 min read
Simplifying Strategy Pattern with 3 Golang examples

Simplifying Strategy Pattern with 3 Golang examples

5
Comments
5 min read
React 18 new features

React 18 new features

1
Comments
9 min read
How to use React Streaming In Remix

How to use React Streaming In Remix

2
Comments
5 min read
loading...