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.
e-commerce React

e-commerce React

6
Comments 2
1 min read
Handle CSS units system in a type-safe way using TypeScript

Handle CSS units system in a type-safe way using TypeScript

4
Comments
2 min read
Master React by Building Popsaga - A Simple JavaScript Game in 30 minutes

Master React by Building Popsaga - A Simple JavaScript Game in 30 minutes

4
Comments
4 min read
When to use Object.assign(), spread operator for array state of React app.

When to use Object.assign(), spread operator for array state of React app.

5
Comments
1 min read
Vue Vs. React: What Is Easier? What Is Trending? Detailed Guide With All +/- [2021]

Vue Vs. React: What Is Easier? What Is Trending? Detailed Guide With All +/- [2021]

44
Comments 2
12 min read
React Native Code-Splitting With Repack

React Native Code-Splitting With Repack

6
Comments
4 min read
Electron Adventures: Episode 14: React

Electron Adventures: Episode 14: React

7
Comments
3 min read
How to build a Responsive 📱 React Navigation Menu with Styled-Components 💻

How to build a Responsive 📱 React Navigation Menu with Styled-Components 💻

134
Comments 7
10 min read
How to Build a Full Stack NFT Marketplace - V2 (2022)

How to Build a Full Stack NFT Marketplace - V2 (2022)

628
Comments 348
22 min read
Simple React Dropdown

Simple React Dropdown

6
Comments
2 min read
I created 9 free dashboard templates built with Tailwind for React, Next, Vue, Nuxt and Svelte.

I created 9 free dashboard templates built with Tailwind for React, Next, Vue, Nuxt and Svelte.

625
Comments 22
2 min read
Complete guide to deploy a simple full stack application in Docker

Complete guide to deploy a simple full stack application in Docker

63
Comments
4 min read
Authenticating things with cookies on Next.js

Authenticating things with cookies on Next.js

79
Comments 5
12 min read
Old React Syntax? Let's talk about old stuff and why we don't need it anymore.

Old React Syntax? Let's talk about old stuff and why we don't need it anymore.

3
Comments
7 min read
Redux Slice 🍕

Redux Slice 🍕

4
Comments
2 min read
typing-test: monkeytype clone in ReactJS

typing-test: monkeytype clone in ReactJS

9
Comments 9
1 min read
Why React? Because it's pretty cool actually. Misunderstood at times, but cool 👍

Why React? Because it's pretty cool actually. Misunderstood at times, but cool 👍

20
Comments 14
6 min read
Why A Developer Should Learn React.js in 2021?

Why A Developer Should Learn React.js in 2021?

56
Comments 20
2 min read
Spread Syntax ( ... )

Spread Syntax ( ... )

3
Comments
3 min read
Lets build mini Google Drive clone quickly

Lets build mini Google Drive clone quickly

28
Comments
7 min read
How to think while building Web Applications

How to think while building Web Applications

451
Comments 9
2 min read
Introduction to React Context API

Introduction to React Context API

22
Comments
2 min read
Deploying Next.js on AWS App Runner

Deploying Next.js on AWS App Runner

11
Comments 7
4 min read
Top 50 React Native interview questions (with answers)

Top 50 React Native interview questions (with answers)

55
Comments
11 min read
An introduction to React's usestate hook

An introduction to React's usestate hook

3
Comments
2 min read
A ReactJS Clone of Dev.to: Consuming API data In Your React App

A ReactJS Clone of Dev.to: Consuming API data In Your React App

5
Comments 3
1 min read
A Complete Beginner's Guide to useReducer Hook

A Complete Beginner's Guide to useReducer Hook

18
Comments 1
7 min read
How I Think About React (A Mental Model For Beginners) | Part 3: Managing Data

How I Think About React (A Mental Model For Beginners) | Part 3: Managing Data

10
Comments
8 min read
Understanding setState/useState in React

Understanding setState/useState in React

6
Comments
2 min read
React CheatSheets

React CheatSheets

113
Comments 4
2 min read
How can we test useState hooks inside a void function with jest and enzyme?

How can we test useState hooks inside a void function with jest and enzyme?

6
Comments
1 min read
Full Stack Netflix App (7 hours free tutorial)

Full Stack Netflix App (7 hours free tutorial)

266
Comments 5
1 min read
Returning to Liquor Cabinet: Fixing A Bug

Returning to Liquor Cabinet: Fixing A Bug

3
Comments
5 min read
React & Redux Application Architecture

React & Redux Application Architecture

9
Comments
4 min read
Comparison of MDX integration strategies with Next.js

Comparison of MDX integration strategies with Next.js

49
Comments 11
7 min read
Study Notes for Kent C. Dodds' Javascript Testing Course

Study Notes for Kent C. Dodds' Javascript Testing Course

68
Comments
13 min read
What I Learned From the #100DaysOfGatbsy Challenge

What I Learned From the #100DaysOfGatbsy Challenge

14
Comments
6 min read
Using React Hooks to Get Input Value

Using React Hooks to Get Input Value

6
Comments 1
3 min read
👻 Jotai - State Simply Managed

👻 Jotai - State Simply Managed

81
Comments
4 min read
5 Packages to Optimize and Speed Up Your React App During Development

5 Packages to Optimize and Speed Up Your React App During Development

593
Comments
4 min read
What I want to say about Components composition in React

What I want to say about Components composition in React

11
Comments
7 min read
What is the Virtual DOM?

What is the Virtual DOM?

5
Comments
1 min read
The Ultimate Manager: Redux II Actions + Reducers

The Ultimate Manager: Redux II Actions + Reducers

6
Comments 2
2 min read
Hey, so I created my first React web app!

Hey, so I created my first React web app!

3
Comments
1 min read
YoffeeJS: Yet another Javascript framework. But this one's good, I think

YoffeeJS: Yet another Javascript framework. But this one's good, I think

15
Comments 12
2 min read
How to pass functions from child component to parent in React without useRef or useImperativeHandle

How to pass functions from child component to parent in React without useRef or useImperativeHandle

7
Comments
1 min read
#State Management in a React Application using Redux for Beginners

#State Management in a React Application using Redux for Beginners

6
Comments
3 min read
Scroll restoration in Next.js

Scroll restoration in Next.js

10
Comments 5
2 min read
Writing Javascript from the future. A brief intro to Rescript.

Writing Javascript from the future. A brief intro to Rescript.

32
Comments 5
3 min read
Build your own styled-components

Build your own styled-components

7
Comments 1
5 min read
JavaScript, the "React Parts"

JavaScript, the "React Parts"

6
Comments
15 min read
What is StrictMode in React

What is StrictMode in React

53
Comments 2
8 min read
Redux Toolkit - The Standard Way to Write Redux

Redux Toolkit - The Standard Way to Write Redux

269
Comments 10
4 min read
React in a Nutshell

React in a Nutshell

16
Comments
6 min read
My little memory game project in Next js

My little memory game project in Next js

5
Comments
1 min read
How I Think About React (A Mental Model For Beginners) | Part 2: Component Hierarchy

How I Think About React (A Mental Model For Beginners) | Part 2: Component Hierarchy

33
Comments
7 min read
Developing Geonotes — Animations and interactions — Ep. 3

Developing Geonotes — Animations and interactions — Ep. 3

6
Comments
2 min read
How to create a popup menu in React that closes on clicking outside (module)

How to create a popup menu in React that closes on clicking outside (module)

135
Comments 8
1 min read
Myth: DSA is Required Only To Crack Interviews #Busted | Netlist Generation Using DFS

Myth: DSA is Required Only To Crack Interviews #Busted | Netlist Generation Using DFS

42
Comments 7
4 min read
I made a vscode plugin that can write each part of React component in multiple split editors on the same screen

I made a vscode plugin that can write each part of React component in multiple split editors on the same screen

195
Comments 12
7 min read
loading...