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.
Future-Proof Your Code: Top JavaScript Frameworks to Watch in 2023

Future-Proof Your Code: Top JavaScript Frameworks to Watch in 2023

1
Comments
14 min read
Why should you use react query for your react app

Why should you use react query for your react app

9
Comments 1
5 min read
Formik Works Great; Here's Why I Wrote My Own

Formik Works Great; Here's Why I Wrote My Own

46
Comments 39
15 min read
How to Create an Infinite Scroll Component in NextJS / React (Updated)

How to Create an Infinite Scroll Component in NextJS / React (Updated)

3
Comments
5 min read
Optimize React Component Performance with Memoization Using React.memo()

Optimize React Component Performance with Memoization Using React.memo()

32
Comments 3
3 min read
Construyendo una app multi-lenguaje con React. 🌐

Construyendo una app multi-lenguaje con React. 🌐

37
Comments 2
9 min read
Dark mode with Shiki and Code Hike

Dark mode with Shiki and Code Hike

1
Comments
6 min read
Event and Event Handlers

Event and Event Handlers

2
Comments
4 min read
#refineweek: Creating an Admin Dashboard with refine

#refineweek: Creating an Admin Dashboard with refine

11
Comments
12 min read
I created a box-shadow css generator using React.js

I created a box-shadow css generator using React.js

5
Comments
1 min read
Building Robust User Sign-Up with AWS Cognito and React

Building Robust User Sign-Up with AWS Cognito and React

12
Comments
6 min read
Animations Made Easy: The Top React Animation Libraries You Need to Know

Animations Made Easy: The Top React Animation Libraries You Need to Know

5
Comments 4
2 min read
Take your Next js + GraphQL + TypeScript Setup to the next level

Take your Next js + GraphQL + TypeScript Setup to the next level

35
Comments 1
6 min read
How to structure Typescript project

How to structure Typescript project

30
Comments
5 min read
Launching Flasho- Open source customer notifications for developers

Launching Flasho- Open source customer notifications for developers

2
Comments
2 min read
Data fetching in React using App's Digest

Data fetching in React using App's Digest

1
Comments
2 min read
Learning React: Function Components, JSX & Props

Learning React: Function Components, JSX & Props

7
Comments
2 min read
Building a real-time commenting app with Socket.io and React

Building a real-time commenting app with Socket.io and React

4
Comments 2
14 min read
Is React Too Complex ? A Critical Analysis.

Is React Too Complex ? A Critical Analysis.

11
Comments 8
3 min read
It's Popping: Pop Ups Made Simple In React

It's Popping: Pop Ups Made Simple In React

1
Comments
4 min read
React Table - Sever Side Pagination, Search, Sort/Order

React Table - Sever Side Pagination, Search, Sort/Order

8
Comments
11 min read
3 Steps to OAuth (with Code & Examples!)

3 Steps to OAuth (with Code & Examples!)

Comments
9 min read
#refineweek: Adding Realtime Collaboration

#refineweek: Adding Realtime Collaboration

10
Comments
8 min read
O uso de Refs no React, e quando o usar.

O uso de Refs no React, e quando o usar.

1
Comments
2 min read
Nx 15.7 - Node Support, Angular LTS, Lockfile Pruning

Nx 15.7 - Node Support, Angular LTS, Lockfile Pruning

3
Comments
8 min read
Simple Way To Export Data From API To Excel Using ReactJS in 2023

Simple Way To Export Data From API To Excel Using ReactJS in 2023

7
Comments
2 min read
ReactJS - Tout savoir sur le Virtual DOM et la Réconciliation

ReactJS - Tout savoir sur le Virtual DOM et la Réconciliation

2
Comments
7 min read
Creating Data Models for NodeJS Apps with Amplication's React Admin UI

Creating Data Models for NodeJS Apps with Amplication's React Admin UI

14
Comments 3
6 min read
3D Product Card With ReactJS

3D Product Card With ReactJS

Comments
6 min read
react wrapper for autodesk forge viewer

react wrapper for autodesk forge viewer

4
Comments
1 min read
How to Make Star Rating in React

How to Make Star Rating in React

16
Comments
4 min read
How to integrate your blog with dev.to API Next.js 13

How to integrate your blog with dev.to API Next.js 13

5
Comments 1
4 min read
Remix JS: A Modern Framework for Building Server-Rendered React Applications

Remix JS: A Modern Framework for Building Server-Rendered React Applications

1
Comments
2 min read
Patron de diseño de módulo, eso como se come

Patron de diseño de módulo, eso como se come

Comments
4 min read
useCallback – Demystifying React Hooks (Pt. 1)

useCallback – Demystifying React Hooks (Pt. 1)

2
Comments
7 min read
Creating a Blog with Bulma & Gatsby: The Power of Dark Mode

Creating a Blog with Bulma & Gatsby: The Power of Dark Mode

Comments
13 min read
Parcel, React & Tailwind to the moon 🚀

Parcel, React & Tailwind to the moon 🚀

3
Comments 1
2 min read
#refineweek: Adding CRUD Actions and Authentication

#refineweek: Adding CRUD Actions and Authentication

14
Comments
22 min read
useRef – Demystifying React Hooks (Pt. 3)

useRef – Demystifying React Hooks (Pt. 3)

1
Comments
7 min read
Building an audio player in React to play sound or music

Building an audio player in React to play sound or music

6
Comments
20 min read
How to the Use React Minimal Pie Chart Library

How to the Use React Minimal Pie Chart Library

1
Comments
2 min read
Optimizing Functional React Components

Optimizing Functional React Components

51
Comments 11
3 min read
React | Getting Started

React | Getting Started

1
Comments
3 min read
How to Effortlessly Migrate from Styled Components CSS-in-JS to Stylify Utility-First CSS for Better React Development.

How to Effortlessly Migrate from Styled Components CSS-in-JS to Stylify Utility-First CSS for Better React Development.

7
Comments
3 min read
How I Fix "Error: Objects are not valid as a React child (found: [object Promise])

How I Fix "Error: Objects are not valid as a React child (found: [object Promise])

16
Comments 2
2 min read
Using React with Popper and styled-components

Using React with Popper and styled-components

2
Comments
17 min read
Modular React Applications vs Piles on the Floor or Sock Drawer

Modular React Applications vs Piles on the Floor or Sock Drawer

1
Comments
1 min read
O que é o Render Props e como ele funciona?

O que é o Render Props e como ele funciona?

1
Comments
2 min read
Utilizando o Storybook para componentes

Utilizando o Storybook para componentes

2
Comments
5 min read
HTML: Form Input Types

HTML: Form Input Types

5
Comments 4
4 min read
How to connect Nodejs to Mongodb Database (Two methods)

How to connect Nodejs to Mongodb Database (Two methods)

2
Comments
4 min read
How does React Router location.state works?

How does React Router location.state works?

1
Comments
3 min read
SEO in Next.js

SEO in Next.js

5
Comments 3
4 min read
A Beginner's Guide to Using Fetch and Axios to Consume REST APIs in React

A Beginner's Guide to Using Fetch and Axios to Consume REST APIs in React

12
Comments 1
10 min read
Scroll animations with React Three Fiber and GSAP

Scroll animations with React Three Fiber and GSAP

48
Comments 3
8 min read
A minimal, multi-framework, responsive image component

A minimal, multi-framework, responsive image component

46
Comments 8
4 min read
#refineweek: Setting Up the Client App

#refineweek: Setting Up the Client App

12
Comments 1
8 min read
3 things to take care while making multi-level dropdown Menus

3 things to take care while making multi-level dropdown Menus

Comments
2 min read
All about decorators in TS

All about decorators in TS

Comments
8 min read
As Listas e Chaves no React, o que são e como funcionam?

As Listas e Chaves no React, o que são e como funcionam?

1
Comments
2 min read
loading...