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.
Some Custom React Hooks I've used so far.

Some Custom React Hooks I've used so far.

2
Comments 1
2 min read
Should I use ternary or the logical and operator?

Should I use ternary or the logical and operator?

6
Comments 2
2 min read
Super Simple List Virtualization in React with IntersectionObserver

Super Simple List Virtualization in React with IntersectionObserver

13
Comments 1
6 min read
Modular Ducks - A design pattern for scalable redux architecture

Modular Ducks - A design pattern for scalable redux architecture

26
Comments
4 min read
GraphQL Typeguards

GraphQL Typeguards

6
Comments
6 min read
Underrated React Hooks

Underrated React Hooks

106
Comments 2
5 min read
Project: Basic Authentication System

Project: Basic Authentication System

33
Comments 2
6 min read
React (ou Node) no Windows com WSL

React (ou Node) no Windows com WSL

10
Comments
5 min read
Querying Data with ApolloGraphQL

Querying Data with ApolloGraphQL

5
Comments
2 min read
Reacts useRef Hook: What It Is and How to Use It

Reacts useRef Hook: What It Is and How to Use It

71
Comments 5
6 min read
Simple Hook to fetch data (ReactJs)

Simple Hook to fetch data (ReactJs)

5
Comments
2 min read
How To Create A Simple Alert For An onbeforeunload Event (Closing Browser or Navigating Away From Page) [updated]

How To Create A Simple Alert For An onbeforeunload Event (Closing Browser or Navigating Away From Page) [updated]

22
Comments 2
2 min read
How to add sitemap and robots.txt to Next.js application

How to add sitemap and robots.txt to Next.js application

19
Comments 2
5 min read
What you should know about Reactjs if you are a mobile developer

What you should know about Reactjs if you are a mobile developer

17
Comments
3 min read
Creators Dilemma: What to do after you create a personal product?

Creators Dilemma: What to do after you create a personal product?

2
Comments 7
3 min read
TIL - HTML Color Picker

TIL - HTML Color Picker

10
Comments 1
5 min read
I've made a Spotify clone with React, Redux, and Typescript

I've made a Spotify clone with React, Redux, and Typescript

116
Comments 18
2 min read
How to implement nested routes with React Router

How to implement nested routes with React Router

20
Comments
4 min read
Top 10 mistakes to avoid when using React

Top 10 mistakes to avoid when using React

167
Comments 6
6 min read
Why React is winning over Angular?

Why React is winning over Angular?

62
Comments 37
5 min read
Group Video Chat: ReactJS & WebRTC

Group Video Chat: ReactJS & WebRTC

13
Comments 3
1 min read
Creative-Tim - Open-Source Products

Creative-Tim - Open-Source Products

61
Comments 11
6 min read
When to choose React JS or Angular UI Framework

When to choose React JS or Angular UI Framework

2
Comments
1 min read
How not to do layouts in Next.js

How not to do layouts in Next.js

8
Comments
6 min read
Using documentToReactComponents with options

Using documentToReactComponents with options

9
Comments 1
2 min read
Getting Started with React.....

Getting Started with React.....

5
Comments
3 min read
Atomic Design for Developers: Better Component Composition and Organization

Atomic Design for Developers: Better Component Composition and Organization

68
Comments 6
14 min read
Introduction to NextJS

Introduction to NextJS

207
Comments 16
2 min read
#1. Building Color Wheel 🎯 visualisation (visx cookbook 📚)

#1. Building Color Wheel 🎯 visualisation (visx cookbook 📚)

7
Comments
8 min read
Scalable forms - React-TS - in 2 custom hooks and 1 object

Scalable forms - React-TS - in 2 custom hooks and 1 object

5
Comments
5 min read
React Without JSX

React Without JSX

8
Comments 1
2 min read
Simple Guide to Redux Toolkit with React-Redux

Simple Guide to Redux Toolkit with React-Redux

9
Comments
3 min read
Ever wonder what React does?

Ever wonder what React does?

5
Comments
9 min read
Basic React Hooks: useState, useEffect, and useContext

Basic React Hooks: useState, useEffect, and useContext

6
Comments
3 min read
It's out now - Berry Free React Admin Template

It's out now - Berry Free React Admin Template

19
Comments
2 min read
Style your frontend with an engineering flavour by using JSS

Style your frontend with an engineering flavour by using JSS

92
Comments 8
3 min read
Weekly Digest 18/2021

Weekly Digest 18/2021

29
Comments
4 min read
A Really Simple Intro to localStorage in React

A Really Simple Intro to localStorage in React

19
Comments 3
2 min read
LifeKnifeX - a Collection of Life Management Tools

LifeKnifeX - a Collection of Life Management Tools

7
Comments
9 min read
React (Conceptos Básicos)

React (Conceptos Básicos)

6
Comments 1
2 min read
A First Look at Amplify with Vite

A First Look at Amplify with Vite

8
Comments
6 min read
Track User's Location On Your Website

Track User's Location On Your Website

138
Comments 2
3 min read
Get ready for your React Interview

Get ready for your React Interview

242
Comments 9
4 min read
Hosting react on apache.(Ubuntu, AWS)

Hosting react on apache.(Ubuntu, AWS)

4
Comments
2 min read
Let's Get You Started With React Native (If You're A React Developer)!

Let's Get You Started With React Native (If You're A React Developer)!

9
Comments 4
2 min read
Berry - Open-source React Dashboard Template

Berry - Open-source React Dashboard Template

62
Comments 2
2 min read
Aqui está um tutorial de useState (ou quase)

Aqui está um tutorial de useState (ou quase)

6
Comments
2 min read
Basic Concepts to Understand API, Web Services & Microservices

Basic Concepts to Understand API, Web Services & Microservices

203
Comments 7
6 min read
Codetree ! Or why i create a new Codepen.

Codetree ! Or why i create a new Codepen.

4
Comments 1
4 min read
How to think in Next.js - Learn the Mental Model

How to think in Next.js - Learn the Mental Model

32
Comments 5
4 min read
Set up Cypress in your React Project

Set up Cypress in your React Project

6
Comments
1 min read
Responsive design in React

Responsive design in React

6
Comments
2 min read
How to learn TypeScript for react developers

How to learn TypeScript for react developers

7
Comments
3 min read
Designing reusable react component APIs

Designing reusable react component APIs

13
Comments
3 min read
Carousel Component 🎠 That Solves 20 Common Issues

Carousel Component 🎠 That Solves 20 Common Issues

43
Comments 2
4 min read
Responsive fix for the Next.js Image component

Responsive fix for the Next.js Image component

97
Comments 13
2 min read
Working with Go Embed

Working with Go Embed

12
Comments
2 min read
Hooks in React

Hooks in React

13
Comments
4 min read
React Best Practices

React Best Practices

205
Comments 12
3 min read
Creating Your Own Chat Room with React, Node, Socket.io and the Cloud: Part 2

Creating Your Own Chat Room with React, Node, Socket.io and the Cloud: Part 2

45
Comments 11
17 min read
loading...