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.
React: Writing a custom API hook

React: Writing a custom API hook

208
Comments 12
3 min read
How to stop your spinner from jumping in React

How to stop your spinner from jumping in React

130
Comments 5
4 min read
React Run Error (solution)

React Run Error (solution)

5
Comments
1 min read
Why React Hooks (Part I: Complicated lifecycles)

Why React Hooks (Part I: Complicated lifecycles)

6
Comments
5 min read
A Brief Intro to RxJs

A Brief Intro to RxJs

14
Comments
3 min read
Custom Gatsby.js Source Plugin

Custom Gatsby.js Source Plugin

41
Comments 1
6 min read
Testing your Amplify Application with Jest and Cypress

Testing your Amplify Application with Jest and Cypress

73
Comments 3
16 min read
3 Reasons to useReducer() over useState()

3 Reasons to useReducer() over useState()

107
Comments 13
2 min read
Prerender your SPA using Netlify For Better SEO

Prerender your SPA using Netlify For Better SEO

79
Comments 6
2 min read
JavaScript - The "this" key word in depth

JavaScript - The "this" key word in depth

125
Comments 4
9 min read
Reactgate Recap

Reactgate Recap

83
Comments 54
2 min read
Debugging Saturday: React is not cooperating with me

Debugging Saturday: React is not cooperating with me

5
Comments
2 min read
Using React as a Wordpress theme

Using React as a Wordpress theme

46
Comments 9
5 min read
Redirecionamento em JavaScript mantendo os parâmetros da URL

Redirecionamento em JavaScript mantendo os parâmetros da URL

2
Comments
1 min read
Using React Hooks

Using React Hooks

10
Comments
10 min read
Testing an AngularJS app with Jest

Testing an AngularJS app with Jest

7
Comments
4 min read
React Hooks, my introduction

React Hooks, my introduction

4
Comments
7 min read
Let Everyone In Your Company See Your Reusable Components

Let Everyone In Your Company See Your Reusable Components

70
Comments 2
6 min read
First Day Guide to Redux

First Day Guide to Redux

14
Comments 3
4 min read
Using React useState hook with TypeScript

Using React useState hook with TypeScript

9
Comments
5 min read
Why do we need to bind methods inside our class component’s constructor?

Why do we need to bind methods inside our class component’s constructor?

105
Comments 10
4 min read
Override CRA and add webpack config, without ejecting.

Override CRA and add webpack config, without ejecting.

30
Comments 2
2 min read
Uma rápida introdução sobre React.js em 5min.

Uma rápida introdução sobre React.js em 5min.

52
Comments
3 min read
Global State Management with React usestate, useContext Hooks and Context API.

Global State Management with React usestate, useContext Hooks and Context API.

68
Comments 2
5 min read
Sempre declare suas variáveis com let ou const

Sempre declare suas variáveis com let ou const

6
Comments
1 min read
The state of semantic JSX

The state of semantic JSX

59
Comments 1
9 min read
5 Examples of React Applications To Learn From

5 Examples of React Applications To Learn From

424
Comments 3
3 min read
Testing in Next.js: Dynamic Imports

Testing in Next.js: Dynamic Imports

9
Comments
2 min read
TSLint -> ESLint/CRA/Typescript/Prettier

TSLint -> ESLint/CRA/Typescript/Prettier

32
Comments
4 min read
🎉Announcing Floodgate: a "load more" component for React 🌊

🎉Announcing Floodgate: a "load more" component for React 🌊

57
Comments 3
4 min read
How to add a dark mode to your React web app

How to add a dark mode to your React web app

211
Comments 11
5 min read
Using a CMS Made Me A Better Developer

Using a CMS Made Me A Better Developer

8
Comments 3
3 min read
Modern React testing, part 2: Jest and Enzyme

Modern React testing, part 2: Jest and Enzyme

105
Comments 2
16 min read
What should be persisted in the frontend and where?

What should be persisted in the frontend and where?

6
Comments
1 min read
Kid's To-Do: Redux

Kid's To-Do: Redux

10
Comments
3 min read
Redirects in Next.js, the Best Way

Redirects in Next.js, the Best Way

24
Comments 2
3 min read
Narendra Shetty: Contributing to OSS Is a Great Way to Work on the Quality Codebase

Narendra Shetty: Contributing to OSS Is a Great Way to Work on the Quality Codebase

20
Comments
6 min read
Methods for tracking action status in Redux

Methods for tracking action status in Redux

11
Comments
6 min read
UI Library: How to Version, Publish and Update Individual Components

UI Library: How to Version, Publish and Update Individual Components

50
Comments 1
8 min read
React Native End to End Testing with Detox

React Native End to End Testing with Detox

6
Comments
5 min read
Why I stopped spreading props on React Components

Why I stopped spreading props on React Components

54
Comments 4
5 min read
Deploy / Host your React App with cPanel in Under 5 Minutes

Deploy / Host your React App with cPanel in Under 5 Minutes

190
Comments 86
3 min read
Styling a react app using Emotion CSS in JS library - An introduction to Emotion

Styling a react app using Emotion CSS in JS library - An introduction to Emotion

17
Comments
6 min read
Today's JavaScript React Developer Questions

Today's JavaScript React Developer Questions

86
Comments
2 min read
Create a Borderlands-style skill tree in 5 minutes

Create a Borderlands-style skill tree in 5 minutes

7
Comments
6 min read
Why using React Native should be the default way of building Apps in 2020.

Why using React Native should be the default way of building Apps in 2020.

5
Comments
2 min read
React hooks-oriented Redux coding pattern without thunks and action creators

React hooks-oriented Redux coding pattern without thunks and action creators

8
Comments
6 min read
Thinking in Redux (when all you’ve known is MVC)

Thinking in Redux (when all you’ve known is MVC)

16
Comments
4 min read
Scaffolding Redux boilerplate with code generators

Scaffolding Redux boilerplate with code generators

7
Comments
6 min read
React ui-kit with TS & styled-components: Adding a theme - Part II of II

React ui-kit with TS & styled-components: Adding a theme - Part II of II

10
Comments
4 min read
Here's a React v16+ Cheatsheet (PDF/JPEG/Custom themes)

Here's a React v16+ Cheatsheet (PDF/JPEG/Custom themes)

312
Comments 7
5 min read
Fetching API Data With React-Async

Fetching API Data With React-Async

11
Comments
3 min read
Promise.all()

Promise.all()

6
Comments
1 min read
React ui-kit with TS & styled-components: Bootstrap the project - Part I of II

React ui-kit with TS & styled-components: Bootstrap the project - Part I of II

46
Comments
7 min read
Practical Ways to Write Better JavaScript

Practical Ways to Write Better JavaScript

2061
Comments 84
13 min read
Dynamic Imports of JSON

Dynamic Imports of JSON

37
Comments 3
4 min read
Speed up your React developer workflow with code generators

Speed up your React developer workflow with code generators

92
Comments 7
6 min read
Let's Build A Currency Exchange Part II

Let's Build A Currency Exchange Part II

15
Comments 1
30 min read
Ken Wheeler: Taking a Break from Open Source Is a Welcome Change

Ken Wheeler: Taking a Break from Open Source Is a Welcome Change

17
Comments
5 min read
How the hell do I use my forked NPM package?

How the hell do I use my forked NPM package?

9
Comments 2
1 min read
loading...