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.
Currency Converter + Rates

Currency Converter + Rates

6
Comments
4 min read
Optimizing Lists in React - Solving Performance Problems and Anti-patterns

Optimizing Lists in React - Solving Performance Problems and Anti-patterns

52
Comments 2
16 min read
How to Dynamically updated Next.js Static Pages with SWR

How to Dynamically updated Next.js Static Pages with SWR

8
Comments
4 min read
React.useEffect hook explained with practical examples

React.useEffect hook explained with practical examples

7
Comments 2
4 min read
Javascript, Sql, and File Saving

Javascript, Sql, and File Saving

6
Comments
2 min read
Building a React Native Filter - Part 1

Building a React Native Filter - Part 1

11
Comments
6 min read
Sorting your imports with ESLint

Sorting your imports with ESLint

61
Comments 11
2 min read
5 React Useful Tips for Beginners

5 React Useful Tips for Beginners

5
Comments
6 min read
Understanding react context

Understanding react context

6
Comments
3 min read
Control React Applications From Cypress Tests

Control React Applications From Cypress Tests

6
Comments 1
6 min read
Callback function vs Higher Order Function

Callback function vs Higher Order Function

5
Comments
1 min read
What is the difference between ES5 and ES6?

What is the difference between ES5 and ES6?

2
Comments
1 min read
Flex your cells

Flex your cells

5
Comments
4 min read
Journey to functional approach

Journey to functional approach

6
Comments
2 min read
How to add Sign In with Notion to your webapp

How to add Sign In with Notion to your webapp

7
Comments 2
6 min read
How to create a beautiful page with NextJS, MDX

How to create a beautiful page with NextJS, MDX

10
Comments
17 min read
Create a Weather App live in React JS

Create a Weather App live in React JS

3
Comments
1 min read
Creating a simple file explorer with recursive components in React

Creating a simple file explorer with recursive components in React

23
Comments
3 min read
React component as prop: the right way™️

React component as prop: the right way™️

45
Comments 6
12 min read
How to add Style-components to Next.js and start using it 🤪

How to add Style-components to Next.js and start using it 🤪

50
Comments 2
3 min read
Remix: Something different

Remix: Something different

136
Comments 6
7 min read
Using global memoization in React

Using global memoization in React

31
Comments
8 min read
How to gradually migrate a large React codebase to TypeScript

How to gradually migrate a large React codebase to TypeScript

6
Comments
5 min read
JSX.Element vs ReactElement vs ReactNode

JSX.Element vs ReactElement vs ReactNode

82
Comments 4
2 min read
Realtime as react hook

Realtime as react hook

6
Comments
4 min read
How do React Fragments work under the hood?

How do React Fragments work under the hood?

105
Comments 10
1 min read
Using TailwindCSS v3 in Docusaurus in 5 steps

Using TailwindCSS v3 in Docusaurus in 5 steps

53
Comments 9
3 min read
Deep dive into React keys bugs

Deep dive into React keys bugs

35
Comments 2
7 min read
Make a React-Auth form using Bootstrap in few simple steps!

Make a React-Auth form using Bootstrap in few simple steps!

8
Comments
4 min read
Create a React App with Biometric Authentication

Create a React App with Biometric Authentication

7
Comments
7 min read
What is a Gantt Chart, Anyway?

What is a Gantt Chart, Anyway?

3
Comments 1
6 min read
This Week In React #94: 2 years 🥳️, memoization, composition, Remix, Next.js, Gatsby, React-Native, Windows, CSS, TypeScript...

This Week In React #94: 2 years 🥳️, memoization, composition, Remix, Next.js, Gatsby, React-Native, Windows, CSS, TypeScript...

13
Comments
10 min read
Get request with Basic authorization for React Native Mobile application

Get request with Basic authorization for React Native Mobile application

9
Comments
2 min read
REACT APIS WITH EXAMPLE PART1:React.memo()

REACT APIS WITH EXAMPLE PART1:React.memo()

4
Comments 1
2 min read
Create Cool React Image Gallery

Create Cool React Image Gallery

7
Comments
2 min read
npx create-react-app error

npx create-react-app error

7
Comments
2 min read
How to Unit Test Next.js API Routes with Typescript

How to Unit Test Next.js API Routes with Typescript

14
Comments
13 min read
All React Hooks Explained

All React Hooks Explained

18
Comments
10 min read
Working With Remix, Prisma, and SQLite To Save Data Using Forms

Working With Remix, Prisma, and SQLite To Save Data Using Forms

17
Comments 3
4 min read
Full stack java with react

Full stack java with react

3
Comments
1 min read
Get Funky on the Console - Level Up humour😅

Get Funky on the Console - Level Up humour😅

33
Comments
2 min read
🪄 Lecciones aprendidas actualizando la versión de React Native

🪄 Lecciones aprendidas actualizando la versión de React Native

18
Comments 1
5 min read
How to use JavaScript feature toggles to deploy safely [React.js example with Dev.to App]

How to use JavaScript feature toggles to deploy safely [React.js example with Dev.to App]

100
Comments 1
9 min read
JavaScript ES6 Refresher (Part 1)

JavaScript ES6 Refresher (Part 1)

10
Comments
2 min read
JavaScript ES6 Refresher (Part 2)

JavaScript ES6 Refresher (Part 2)

8
Comments
3 min read
styled-components keyframes animations - a very short guide

styled-components keyframes animations - a very short guide

14
Comments
1 min read
Beginners guide to NextJS...

Beginners guide to NextJS...

15
Comments 2
3 min read
Jest for React Native

Jest for React Native

4
Comments
2 min read
Nested Routes and Parameterized Routes In Remix

Nested Routes and Parameterized Routes In Remix

10
Comments
4 min read
Building a Progress Bar

Building a Progress Bar

10
Comments 2
2 min read
Train a Machine Learning Model to Predict the Programming Language in a Code Snippet

Train a Machine Learning Model to Predict the Programming Language in a Code Snippet

7
Comments
6 min read
How to serve multiple React apps in S3 from a single CloudFront distribution

How to serve multiple React apps in S3 from a single CloudFront distribution

11
Comments 1
3 min read
Obfuscate & Reveal text animation in React using baffle.js

Obfuscate & Reveal text animation in React using baffle.js

10
Comments
1 min read
How to create an app using laravel with inertiajs and react 2022

How to create an app using laravel with inertiajs and react 2022

6
Comments 1
3 min read
React: Senior devs write small components! 🚀

React: Senior devs write small components! 🚀

10
Comments 2
3 min read
How does React allow creating custom components?

How does React allow creating custom components?

34
Comments 4
2 min read
How to create a basic app with Next.js

How to create a basic app with Next.js

17
Comments
2 min read
Why AG Grid's React Rendering Matters

Why AG Grid's React Rendering Matters

2
Comments 1
4 min read
Classes are still useful even in largely functional style code

Classes are still useful even in largely functional style code

6
Comments
2 min read
Expense monitor App

Expense monitor App

6
Comments
4 min read
loading...