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.
Comparison between React Native Web and React

Comparison between React Native Web and React

7
Comments
4 min read
10 Top Listicles for React Developers in 2020

10 Top Listicles for React Developers in 2020

211
Comments 2
2 min read
Efficient Code Analyzing and Formatting (for React) with ESLint, Prettier and VSCode: 2020 Edition

Efficient Code Analyzing and Formatting (for React) with ESLint, Prettier and VSCode: 2020 Edition

15
Comments 1
4 min read
React/Redux application with Azure DevOps: Part 2 Add Redux to application

React/Redux application with Azure DevOps: Part 2 Add Redux to application

8
Comments
5 min read
Design System: Compositional philosophy of components

Design System: Compositional philosophy of components

103
Comments
6 min read
Building a Simple React App - Part 1

Building a Simple React App - Part 1

34
Comments 2
7 min read
🤔🌐 React Native for web developers

🤔🌐 React Native for web developers

197
Comments 7
6 min read
Introduction to Urqls useQuery React Hook

Introduction to Urqls useQuery React Hook

10
Comments
2 min read
Dealing with infinite loops in useEffect hook

Dealing with infinite loops in useEffect hook

14
Comments
2 min read
React/Redux application with Azure DevOps: Part 1 Create new React application

React/Redux application with Azure DevOps: Part 1 Create new React application

15
Comments
5 min read
Use Web Workers in Create React App without ejecting and TypeScript

Use Web Workers in Create React App without ejecting and TypeScript

34
Comments 7
3 min read
Get hooked on Hooks.

Get hooked on Hooks.

6
Comments 1
2 min read
Learn React with me - Welcome to React

Learn React with me - Welcome to React

14
Comments 2
3 min read
Does Redux minimize re-rendering?

Does Redux minimize re-rendering?

4
Comments 3
1 min read
I can't understand Redux's `store.dispatch()`. Is it `store.takeAction()`?

I can't understand Redux's `store.dispatch()`. Is it `store.takeAction()`?

5
Comments 3
1 min read
A Complete Beginner's Guide to React Router (including Router Hooks)

A Complete Beginner's Guide to React Router (including Router Hooks)

265
Comments 10
10 min read
Server Side Rendering vs Static Site Generation vs Incremental Static Regeneration

Server Side Rendering vs Static Site Generation vs Incremental Static Regeneration

183
Comments 7
4 min read
Mapeando tus movimientos con React y Leaflet

Mapeando tus movimientos con React y Leaflet

9
Comments
3 min read
Setting up Laravel and React in WSL

Setting up Laravel and React in WSL

8
Comments
3 min read
12 VSCode Shortcuts and Tactics to Ease Development

12 VSCode Shortcuts and Tactics to Ease Development

349
Comments 7
10 min read
My Experience with Atomize and Next.js

My Experience with Atomize and Next.js

8
Comments 1
3 min read
Bin2Dec converter

Bin2Dec converter

9
Comments 2
1 min read
Introduction to React Hooks

Introduction to React Hooks

54
Comments 1
3 min read
Comparing React to Vue on a Laravel API

Comparing React to Vue on a Laravel API

5
Comments
2 min read
ReactJS -- If it is setting a state with the same value, will the component be re-rendered?

ReactJS -- If it is setting a state with the same value, will the component be re-rendered?

21
Comments 18
1 min read
useHover hooked a fool. The fool was me

useHover hooked a fool. The fool was me

8
Comments
3 min read
Destructuring the Fundamentals of React Hooks

Destructuring the Fundamentals of React Hooks

15
Comments
5 min read
React Async/Await API layer, with REDUX Sagas

React Async/Await API layer, with REDUX Sagas

18
Comments
4 min read
useCallForward: like a callback, but forward ;)

useCallForward: like a callback, but forward ;)

8
Comments 1
2 min read
Use Apollo to Manage the App's Local State

Use Apollo to Manage the App's Local State

21
Comments 6
15 min read
The tools for the job - How I code frontend apps in 2020

The tools for the job - How I code frontend apps in 2020

193
Comments 7
16 min read
React Hooks

React Hooks

8
Comments
3 min read
React: Introduction to Functional Components & Hooks

React: Introduction to Functional Components & Hooks

10
Comments
3 min read
Why ReactJS using Object.is() for comparison is better than using `===`

Why ReactJS using Object.is() for comparison is better than using `===`

14
Comments
2 min read
How to lift your React App performance using Lazy Loading?

How to lift your React App performance using Lazy Loading?

64
Comments 6
4 min read
🔥 Create your YOUR Personal Blog 📜 using Reactjs ⚛️ & Github Issues in less than 10 min 🕐

🔥 Create your YOUR Personal Blog 📜 using Reactjs ⚛️ & Github Issues in less than 10 min 🕐

342
Comments 19
3 min read
QR Code Scanner for React Native Tutorial

QR Code Scanner for React Native Tutorial

46
Comments
2 min read
Intro to React's useEffect Hook

Intro to React's useEffect Hook

16
Comments
3 min read
Building an App with firebase and react hooks in simple way

Building an App with firebase and react hooks in simple way

27
Comments
8 min read
Exploring the Broadcast Channel API

Exploring the Broadcast Channel API

102
Comments 4
3 min read
Start Using Redux Hooks in Your Projects

Start Using Redux Hooks in Your Projects

13
Comments
3 min read
*ERN Full Stack Creation with Bash

*ERN Full Stack Creation with Bash

8
Comments
12 min read
Confirmation dialog with React, Redux, Thunk & Portals

Confirmation dialog with React, Redux, Thunk & Portals

17
Comments 1
6 min read
Instant Post Switching in a GatsbyJS Site

Instant Post Switching in a GatsbyJS Site

19
Comments
10 min read
The useMemo() hook in ReactJS has a short memory

The useMemo() hook in ReactJS has a short memory

6
Comments
1 min read
Traditional hook vs concent hook in React

Traditional hook vs concent hook in React

9
Comments
1 min read
Why use Gatsby JS for your website?

Why use Gatsby JS for your website?

9
Comments
3 min read
Setting up Polaris React components in your Shopify App with Laravel

Setting up Polaris React components in your Shopify App with Laravel

15
Comments 1
3 min read
Developing responsive layouts with React Hooks

Developing responsive layouts with React Hooks

21
Comments 2
7 min read
React hooks with TypeScript

React hooks with TypeScript

32
Comments 1
3 min read
Getting rid of ugly scrollbars using Overlayscrollbars

Getting rid of ugly scrollbars using Overlayscrollbars

8
Comments 1
2 min read
How to modify config of Create React App - without Ejecting!

How to modify config of Create React App - without Ejecting!

29
Comments 5
1 min read
The Material-UI grid system

The Material-UI grid system

23
Comments
7 min read
Migrating React Components to Vue.js

Migrating React Components to Vue.js

36
Comments
7 min read
Throw Out Your React State-Management Tools

Throw Out Your React State-Management Tools

52
Comments 24
17 min read
How do we unit test functions within a functional component?

How do we unit test functions within a functional component?

6
Comments 2
1 min read
Semantic tests with React Testing Library

Semantic tests with React Testing Library

19
Comments
9 min read
Hey, I am new to React and its ecosystem!

Hey, I am new to React and its ecosystem!

6
Comments 2
1 min read
Fetching API data with ReactJS

Fetching API data with ReactJS

4
Comments 1
7 min read
react-create-app devel server + subdomain + https

react-create-app devel server + subdomain + https

6
Comments
2 min read
loading...