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.
How to Generate Custom PDF, Using React and React-PDF.

How to Generate Custom PDF, Using React and React-PDF.

70
Comments 3
8 min read
Understanding when and how to prioritize React UI updates

Understanding when and how to prioritize React UI updates

1
Comments
7 min read
React Design Patterns — Best Practices for Building Scalable and Reusable Components

React Design Patterns — Best Practices for Building Scalable and Reusable Components

4
Comments 2
3 min read
How does React Query's useQuery work?

How does React Query's useQuery work?

2
Comments
2 min read
React Hooks: Intuitive Introduction to useState Hook

React Hooks: Intuitive Introduction to useState Hook

Comments
4 min read
React Query - Enable Query

React Query - Enable Query

6
Comments
2 min read
Create a datepicker in React js with 'react-datepicker'

Create a datepicker in React js with 'react-datepicker'

Comments
2 min read
I attended my first tech conference... before even getting my first tech job 😳

I attended my first tech conference... before even getting my first tech job 😳

14
Comments 4
9 min read
FERN 2 - WebDev Boogaloo

FERN 2 - WebDev Boogaloo

1
Comments 4
22 min read
Routing with React - not v6 compatible (yet)

Routing with React - not v6 compatible (yet)

1
Comments 2
3 min read
Writing React like a pro — Tips and Tricks.🧑🏽‍💻

Writing React like a pro — Tips and Tricks.🧑🏽‍💻

2
Comments
4 min read
Weekly web development resources #146

Weekly web development resources #146

4
Comments
2 min read
Stock Tracker [ A web app to track the real-time stock market data ]

Stock Tracker [ A web app to track the real-time stock market data ]

3
Comments
1 min read
React 18 - Transitions

React 18 - Transitions

Comments
4 min read
How to learn React in 2023: A Complete Guide For Beginners

How to learn React in 2023: A Complete Guide For Beginners

5
Comments 2
8 min read
Handling SVG Icons in React

Handling SVG Icons in React

12
Comments
9 min read
What Happens When You Don't Provide Keys in ReactJS?

What Happens When You Don't Provide Keys in ReactJS?

9
Comments 7
3 min read
Avoid Common Pitfalls with Next.js Server-Side Rendering

Avoid Common Pitfalls with Next.js Server-Side Rendering

11
Comments
4 min read
Converting React Class Components to Functional Components: A Checklist and Example

Converting React Class Components to Functional Components: A Checklist and Example

3
Comments
2 min read
Using React useState Hook to Manage Object Props

Using React useState Hook to Manage Object Props

Comments 1
5 min read
Google OAuth2 with React, Flask and JWT

Google OAuth2 with React, Flask and JWT

26
Comments 1
6 min read
Dark Mode Toggle and prefers-color-scheme

Dark Mode Toggle and prefers-color-scheme

97
Comments 2
4 min read
Redux Toolkit + React: A Perfect Combination for Smooth State Management - A Step-by-Step Tutorial

Redux Toolkit + React: A Perfect Combination for Smooth State Management - A Step-by-Step Tutorial

7
Comments
4 min read
Mastering React Class Component Life Cycle Methods: A Quick Guide

Mastering React Class Component Life Cycle Methods: A Quick Guide

Comments 2
4 min read
Step-by-Step Tutorial: How to Send Emails Directly from Your React Website

Step-by-Step Tutorial: How to Send Emails Directly from Your React Website

12
Comments 2
5 min read
Quais os principais hooks do react?

Quais os principais hooks do react?

1
Comments
2 min read
Building an Advanced Multistep Form with React-Hook-Form

Building an Advanced Multistep Form with React-Hook-Form

4
Comments
2 min read
Using ENV file in React & Webpack

Using ENV file in React & Webpack

14
Comments
2 min read
How to generate Typescript types for GraphQL queries in a React app

How to generate Typescript types for GraphQL queries in a React app

Comments
2 min read
React: isMounted tricks are code-smell

React: isMounted tricks are code-smell

Comments
3 min read
Keeping state of data within localStorage in React

Keeping state of data within localStorage in React

1
Comments 2
3 min read
Difference Between React Router DOM v5 & v6

Difference Between React Router DOM v5 & v6

4
Comments
4 min read
Simple mutations with TanStack Query and Next.js

Simple mutations with TanStack Query and Next.js

13
Comments
4 min read
Styled-components: ¿Amigo o enemigo?

Styled-components: ¿Amigo o enemigo?

Comments
3 min read
How to use React loader spinner library

How to use React loader spinner library

20
Comments 3
2 min read
Top ReactJS Security Vulnerabilities and Ways to Fix Them

Top ReactJS Security Vulnerabilities and Ways to Fix Them

1
Comments
3 min read
💡Imagine Svelte with Virtual DOM: A Vision for the Future of Web Frameworks

💡Imagine Svelte with Virtual DOM: A Vision for the Future of Web Frameworks

14
Comments 16
7 min read
'useEffect' in depth

'useEffect' in depth

58
Comments 5
2 min read
How to build a horizontal date-picker

How to build a horizontal date-picker

3
Comments
6 min read
Introduction to Web Animations with GSAP

Introduction to Web Animations with GSAP

59
Comments 2
3 min read
Série React Hooks: useImperativeHandle

Série React Hooks: useImperativeHandle

3
Comments
4 min read
Zedux: Is This the One?

Zedux: Is This the One?

Comments
10 min read
Using Leaflet JS library to create responsively programmed maps using React

Using Leaflet JS library to create responsively programmed maps using React

1
Comments
9 min read
Build better video and audio apps with Daily's React Components Library

Build better video and audio apps with Daily's React Components Library

Comments
5 min read
Rediscovering Frontend Fundamentals

Rediscovering Frontend Fundamentals

Comments 1
3 min read
Server-Side Rendering: A Comprehensive Guide for Modern Web Developers

Server-Side Rendering: A Comprehensive Guide for Modern Web Developers

Comments
3 min read
Zero Downtime Deployment Strategy for a React Dashboard with NGINX

Zero Downtime Deployment Strategy for a React Dashboard with NGINX

3
Comments
3 min read
Using the 'children' Prop as a Function: A New Way to Parse Extra Features in React

Using the 'children' Prop as a Function: A New Way to Parse Extra Features in React

3
Comments 2
2 min read
Microfrontends in ReactJS

Microfrontends in ReactJS

29
Comments
7 min read
Understanding the difference between useContext and custom hooks

Understanding the difference between useContext and custom hooks

2
Comments
4 min read
How To Add Fonts In A Next 13 App

How To Add Fonts In A Next 13 App

2
Comments 2
3 min read
Display your Resumé PDF on your Website

Display your Resumé PDF on your Website

5
Comments
2 min read
Unleashing the Power of Reducers: How React Developers Can Revolutionize Their State Management!

Unleashing the Power of Reducers: How React Developers Can Revolutionize Their State Management!

2
Comments
2 min read
Context API vs Redux-Toolkit

Context API vs Redux-Toolkit

4
Comments 1
2 min read
Creating a Basic Authentication Provider in Next.js

Creating a Basic Authentication Provider in Next.js

Comments
8 min read
Implementing Component Auto Import in React.js

Implementing Component Auto Import in React.js

7
Comments
4 min read
React Server Components: The future of getting started with the web

React Server Components: The future of getting started with the web

3
Comments 1
6 min read
Simplifying state management with useReducer hook

Simplifying state management with useReducer hook

10
Comments
6 min read
Animate a hole mask on SVG: can't be hard, right?

Animate a hole mask on SVG: can't be hard, right?

Comments
4 min read
Props drilling and context api

Props drilling and context api

Comments
2 min read
loading...