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 Add a Back Button to your React Navbar

How to Add a Back Button to your React Navbar

4
Comments
3 min read
What is react ?

What is react ?

1
Comments
5 min read
React 102 - Basic data flows

React 102 - Basic data flows

11
Comments
5 min read
Creating fast type-safe polymorphic components using render props

Creating fast type-safe polymorphic components using render props

3
Comments
6 min read
13/100: We're Almost There

13/100: We're Almost There

3
Comments
1 min read
⚛️ ¿Por qué aprender React?

⚛️ ¿Por qué aprender React?

3
Comments
3 min read
4 Steps to Deploy a React app on a Kubernetes Cluster on AWS

4 Steps to Deploy a React app on a Kubernetes Cluster on AWS

8
Comments
5 min read
Low code solutions for devs to consider.

Low code solutions for devs to consider.

6
Comments 1
4 min read
Recursive components in React: A real-world example

Recursive components in React: A real-world example

5
Comments
11 min read
How to update an array of objects in React state

How to update an array of objects in React state

25
Comments
2 min read
Full Redux Overview pt.1 - Actions, Reducers, Slices, Store, Dispatch, Selectors, with React and Typescript

Full Redux Overview pt.1 - Actions, Reducers, Slices, Store, Dispatch, Selectors, with React and Typescript

5
Comments
10 min read
React Native Chat App Tutorial in 3 steps.

React Native Chat App Tutorial in 3 steps.

2
Comments
14 min read
Ramda & Functional Programming with React & TypeScript

Ramda & Functional Programming with React & TypeScript

6
Comments
16 min read
New React Multiselect NPM Package

New React Multiselect NPM Package

5
Comments
1 min read
Recommended React Hooks Convention

Recommended React Hooks Convention

9
Comments
5 min read
React: Comparison of JS Canvas Libraries (Konvajs vs Fabricjs)

React: Comparison of JS Canvas Libraries (Konvajs vs Fabricjs)

61
Comments 7
9 min read
It Gets Easier With A Little Help From React...

It Gets Easier With A Little Help From React...

3
Comments
2 min read
How to use error boundaries in react?

How to use error boundaries in react?

3
Comments
4 min read
Tutorial: Remix - Material DataGrid

Tutorial: Remix - Material DataGrid

5
Comments 1
6 min read
5 most important features you should know about Javascript ES2022

5 most important features you should know about Javascript ES2022

4
Comments 1
3 min read
Use TypeScript to DRY up React components

Use TypeScript to DRY up React components

3
Comments 2
5 min read
Manage your state with the useState hook in React

Manage your state with the useState hook in React

6
Comments 2
2 min read
Autenticações com JavaScript Web Tokens

Autenticações com JavaScript Web Tokens

Comments
4 min read
Using Action Cable with React and Rails.

Using Action Cable with React and Rails.

5
Comments 5
6 min read
Hexagonal architecture as a solution to the obsolescence of UI frameworks

Hexagonal architecture as a solution to the obsolescence of UI frameworks

214
Comments 7
20 min read
How to Implement Infinite Scrolling with React, React Query, and an Intersection Observer

How to Implement Infinite Scrolling with React, React Query, and an Intersection Observer

2
Comments
6 min read
My Personal Portfolio

My Personal Portfolio

13
Comments 6
1 min read
Compose multiple React providers

Compose multiple React providers

5
Comments
1 min read
Tic Tac then Toe

Tic Tac then Toe

3
Comments
8 min read
What is Turborepo and Why Should You Care?

What is Turborepo and Why Should You Care?

12
Comments
5 min read
Optimized React Search Bar 🔯

Optimized React Search Bar 🔯

15
Comments 2
4 min read
Redis as a Database — Live Data Updates with PubSub and GraphQL Subscriptions

Redis as a Database — Live Data Updates with PubSub and GraphQL Subscriptions

9
Comments
5 min read
Testing React. Part 1: @testing-library

Testing React. Part 1: @testing-library

3
Comments
9 min read
MobX with MVVM makes Frontender's life much easier than Redux does

MobX with MVVM makes Frontender's life much easier than Redux does

15
Comments
15 min read
Handling Apollo Errors in React

Handling Apollo Errors in React

9
Comments
12 min read
Why (most) startups should only write TypeScript

Why (most) startups should only write TypeScript

10
Comments
2 min read
Tip: React conditional className, empty strings and null

Tip: React conditional className, empty strings and null

3
Comments
2 min read
Validating your site's links in a world of SSR and server components

Validating your site's links in a world of SSR and server components

6
Comments
1 min read
Start with one test

Start with one test

5
Comments
2 min read
How to Make Stopwatch in React

How to Make Stopwatch in React

4
Comments
2 min read
Next.js 13 - What are the new features?

Next.js 13 - What are the new features?

26
Comments
6 min read
Ahhhh CVEs!

Ahhhh CVEs!

2
Comments
4 min read
Keeping tabs on Bitcoin

Keeping tabs on Bitcoin

7
Comments
5 min read
How to Render React with express.js together

How to Render React with express.js together

6
Comments 2
1 min read
Remix com serverless

Remix com serverless

1
Comments 1
4 min read
03.08 - State & Props - Send TasksList data through multiple components (class components)

03.08 - State & Props - Send TasksList data through multiple components (class components)

1
Comments
2 min read
Next.js com serverless-stack

Next.js com serverless-stack

Comments
3 min read
03.07 - State & Props - Send Tasks List data through multiple components (class components)

03.07 - State & Props - Send Tasks List data through multiple components (class components)

2
Comments
2 min read
03.06 - State & Props - Send User List data through multiple components (functional components)

03.06 - State & Props - Send User List data through multiple components (functional components)

Comments
2 min read
03.05 - State & Props - Send User List data through multiple components (class components)

03.05 - State & Props - Send User List data through multiple components (class components)

Comments
2 min read
Ethereum ️and JavaScript: Cheatsheet

Ethereum ️and JavaScript: Cheatsheet

Comments
9 min read
How to Integrate Syncfusion React Mention Component with Rich Text Editor

How to Integrate Syncfusion React Mention Component with Rich Text Editor

1
Comments
7 min read
How To Configure ESLint & Prettier in React PJ

How To Configure ESLint & Prettier in React PJ

3
Comments
2 min read
Autenticación con Firebase y React JS 🔑

Autenticación con Firebase y React JS 🔑

20
Comments
17 min read
Authentication with Firebase and React JS 🔑

Authentication with Firebase and React JS 🔑

13
Comments 1
17 min read
Build a Reusable Card Component with Chakra UI

Build a Reusable Card Component with Chakra UI

7
Comments 2
4 min read
Why TabIndex = '0' in Divs for keyboard events (onKeydown) in js ?👨‍🎓

Why TabIndex = '0' in Divs for keyboard events (onKeydown) in js ?👨‍🎓

1
Comments
1 min read
Awesome Websites for UI Components

Awesome Websites for UI Components

61
Comments 2
3 min read
React hooks: useMemo

React hooks: useMemo

4
Comments
3 min read
JWT Authentication using Axios interceptors

JWT Authentication using Axios interceptors

29
Comments 9
7 min read
loading...