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.
CORS and SameSite Cookies Got You Down? An Effective Workaround for Browser Security Policies

CORS and SameSite Cookies Got You Down? An Effective Workaround for Browser Security Policies

8
Comments 1
5 min read
Immer or Immutable for Redux Reducers?

Immer or Immutable for Redux Reducers?

5
Comments
1 min read
Styled Range Input - A way out of Range Input nightmare

Styled Range Input - A way out of Range Input nightmare

17
Comments 7
3 min read
What I'm doing in this WEIRD times?

What I'm doing in this WEIRD times?

3
Comments
2 min read
From Idea to Launch #4 - Into to NextJS API routes

From Idea to Launch #4 - Into to NextJS API routes

8
Comments
1 min read
How to create Tab Manager in React

How to create Tab Manager in React

194
Comments 4
3 min read
Gatsby Typescript and Sass conf

Gatsby Typescript and Sass conf

9
Comments 1
5 min read
How I built my first Chrome extension with React

How I built my first Chrome extension with React

9
Comments
2 min read
Adding 2FA to a React App Using Firebase Functions

Adding 2FA to a React App Using Firebase Functions

15
Comments
5 min read
The Beginner's Guide To React: Components and Props

The Beginner's Guide To React: Components and Props

32
Comments
3 min read
Automated visual regression testing with Jest

Automated visual regression testing with Jest

10
Comments
9 min read
Creating custom React hooks for a simple To-do list app

Creating custom React hooks for a simple To-do list app

10
Comments 1
6 min read
v2.0 for 2020 🚀🎉🎊

v2.0 for 2020 🚀🎉🎊

2
Comments
1 min read
Typed Redux State Management

Typed Redux State Management

11
Comments
10 min read
How to add Basic Auth in Next.js apps with Firebase Hosting and SSR

How to add Basic Auth in Next.js apps with Firebase Hosting and SSR

8
Comments 1
2 min read
What Are Single Page Applications? And Difference Between SPAs & Multi Page Apps.

What Are Single Page Applications? And Difference Between SPAs & Multi Page Apps.

10
Comments
2 min read
React error in npm start

React error in npm start

2
Comments 4
1 min read
Simple React hook to handle input

Simple React hook to handle input

18
Comments 5
1 min read
Comparing popular React component libraries

Comparing popular React component libraries

67
Comments 5
11 min read
React coding challenges - what & why

React coding challenges - what & why

116
Comments 8
2 min read
Effective form handling using React Hooks

Effective form handling using React Hooks

14
Comments
3 min read
react-fluent-form: How to write forms with validation in few steps

react-fluent-form: How to write forms with validation in few steps

21
Comments 1
9 min read
Bootstrap in Create React App Typescript

Bootstrap in Create React App Typescript

8
Comments 1
6 min read
🐏 How React memoization works

🐏 How React memoization works

7
Comments
2 min read
Toggling Light/Dark Theme in React with useContext

Toggling Light/Dark Theme in React with useContext

125
Comments 3
2 min read
Collection of Modern React Frontend interview questions

Collection of Modern React Frontend interview questions

10
Comments
5 min read
Deploying a React App to Firebase

Deploying a React App to Firebase

36
Comments 2
3 min read
Redux in Worker: Off-main-thread Redux Reducers and Middleware

Redux in Worker: Off-main-thread Redux Reducers and Middleware

14
Comments
5 min read
Let's build: 3D procedural landscape with React and three.js!

Let's build: 3D procedural landscape with React and three.js!

96
Comments 4
7 min read
Cleaning Up Redux Store Listeners When Component State Updates

Cleaning Up Redux Store Listeners When Component State Updates

6
Comments
7 min read
What I learned in the past 3 months regarding development

What I learned in the past 3 months regarding development

12
Comments
5 min read
Building a Multi-Tenant React App. Part 1: Setup

Building a Multi-Tenant React App. Part 1: Setup

9
Comments
10 min read
How to integrate REST API in React application

How to integrate REST API in React application

9
Comments
3 min read
How to create a custom toast component with React

How to create a custom toast component with React

15
Comments
15 min read
NPM Cheatsheet for React & Express

NPM Cheatsheet for React & Express

91
Comments 1
5 min read
Build feature flags in React using the Context API: how to

Build feature flags in React using the Context API: how to

18
Comments 2
4 min read
Basic React Hooks using TypeScript - useState, useEffect

Basic React Hooks using TypeScript - useState, useEffect

11
Comments
4 min read
Ionic Capacitor App Running Preact w/Ionic Framework Web Components

Ionic Capacitor App Running Preact w/Ionic Framework Web Components

8
Comments
2 min read
React Hooks with Firebase Firestore

React Hooks with Firebase Firestore

11
Comments
12 min read
Building a SVG Line Chart in React

Building a SVG Line Chart in React

6
Comments 1
8 min read
Introduction to React Router

Introduction to React Router

9
Comments
3 min read
Compound Components, and Implicit Prop Binding in TS

Compound Components, and Implicit Prop Binding in TS

8
Comments 1
3 min read
Show/Hide Password on toggle in React Hooks

Show/Hide Password on toggle in React Hooks

65
Comments 7
2 min read
React: Passing Data between Components

React: Passing Data between Components

7
Comments
3 min read
Forms in React Native, The right way 😎

Forms in React Native, The right way 😎

102
Comments 13
6 min read
Best practices for reusable components in React

Best practices for reusable components in React

8
Comments
1 min read
Configure the create-react-app public URL post-build with Node.js and express

Configure the create-react-app public URL post-build with Node.js and express

43
Comments 3
5 min read
Build Client Side GraphQL React Application using GitHub GraphQL API (Part-2)

Build Client Side GraphQL React Application using GitHub GraphQL API (Part-2)

5
Comments
4 min read
React Hooks: UseEffect, UseMemo, UseCallback

React Hooks: UseEffect, UseMemo, UseCallback

61
Comments
3 min read
Testing custom Apollo hooks with React Testing Library

Testing custom Apollo hooks with React Testing Library

29
Comments 4
3 min read
Performance Review: React/Redux

Performance Review: React/Redux

6
Comments
4 min read
Javascript pure function & Jesting

Javascript pure function & Jesting

8
Comments
2 min read
My Take on Atomic Design in React

My Take on Atomic Design in React

29
Comments 1
3 min read
Redux lib pattern

Redux lib pattern

7
Comments
5 min read
Functional Programming Basics Before You Learn React and Redux – The How – Part 2

Functional Programming Basics Before You Learn React and Redux – The How – Part 2

23
Comments 3
13 min read
Build Your Own Hook To Access RESTful API

Build Your Own Hook To Access RESTful API

64
Comments
7 min read
Have you donated for covid-19?

Have you donated for covid-19?

3
Comments
1 min read
React: Image with Loading State using Aspect Ratio

React: Image with Loading State using Aspect Ratio

11
Comments
2 min read
✨ Introducing react-cool-portal: React hook for Portals, which renders modals, dropdowns, tooltips etc. to <body> or else

✨ Introducing react-cool-portal: React hook for Portals, which renders modals, dropdowns, tooltips etc. to <body> or else

19
Comments 2
4 min read
How to Render a List with React

How to Render a List with React

6
Comments
4 min read
loading...