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.
Fundamentos de React

Fundamentos de React

5
Comments
9 min read
How to add Push Notification in React Native for Android

How to add Push Notification in React Native for Android

6
Comments
15 min read
Dont Depend On State From Callback Handlers in React

Dont Depend On State From Callback Handlers in React

12
Comments
4 min read
React Testing Library fireEvent.change example

React Testing Library fireEvent.change example

5
Comments
1 min read
Navigation in React Native using React Navigation

Navigation in React Native using React Navigation

7
Comments
11 min read
Final Project - the beginning

Final Project - the beginning

3
Comments
1 min read
A resume builder built with React.js (Hooks, Context API, and Router) [Second project]

A resume builder built with React.js (Hooks, Context API, and Router) [Second project]

19
Comments 1
1 min read
Frontend Shorts: How to create link content previewer with React, Vue, and Vanilla JavaScript

Frontend Shorts: How to create link content previewer with React, Vue, and Vanilla JavaScript

90
Comments 9
8 min read
Automatic Versioning for React Native Apps

Automatic Versioning for React Native Apps

55
Comments 17
3 min read
Frontend Shorts: How to Read Content From The File Input in React

Frontend Shorts: How to Read Content From The File Input in React

48
Comments 3
1 min read
Relay: the GraphQL client that wants to do the dirty work for you

Relay: the GraphQL client that wants to do the dirty work for you

168
Comments 11
21 min read
Debugging Next.js Applications

Debugging Next.js Applications

51
Comments 4
6 min read
Closure, Currying and IIFE in JavaScript

Closure, Currying and IIFE in JavaScript

29
Comments
3 min read
Upload File via MERN stack

Upload File via MERN stack

33
Comments 3
4 min read
Add Calendly to your React website, quickly and easily.

Add Calendly to your React website, quickly and easily.

8
Comments 3
3 min read
How to build bulletproof react components

How to build bulletproof react components

329
Comments 12
6 min read
Practical data fetching with React Suspense that you can use today

Practical data fetching with React Suspense that you can use today

73
Comments 11
18 min read
State Management in Pure React: useContext Hook

State Management in Pure React: useContext Hook

46
Comments 1
2 min read
Introducción a React

Introducción a React

7
Comments
7 min read
React Summit Remote Edition: My Experience

React Summit Remote Edition: My Experience

7
Comments
2 min read
Conditional rendering in React - using the && operator

Conditional rendering in React - using the && operator

8
Comments
2 min read
Convert numbers to desired currency format in javascript

Convert numbers to desired currency format in javascript

14
Comments
3 min read
Conditional rendering in React - using the ternary operator

Conditional rendering in React - using the ternary operator

47
Comments 7
2 min read
Multi language support in React Native apps

Multi language support in React Native apps

11
Comments
1 min read
Under-the-hood of React Hooks

Under-the-hood of React Hooks

9
Comments 1
7 min read
Working With ReactJS and OvermindJS - Create User Account

Working With ReactJS and OvermindJS - Create User Account

4
Comments
2 min read
Sorting your imports correctly in React

Sorting your imports correctly in React

224
Comments 25
2 min read
Building accessible components with Downshift

Building accessible components with Downshift

6
Comments
11 min read
Learn To Clone Like A Sith Lord

Learn To Clone Like A Sith Lord

32
Comments 17
8 min read
Cheese on Toast with React Portals?

Cheese on Toast with React Portals?

9
Comments
3 min read
How can I declare a global variable in react app so that I can access it anywhere in the application

How can I declare a global variable in react app so that I can access it anywhere in the application

3
Comments 3
1 min read
State Management in Pure React with Hooks: useCallback and React.memo

State Management in Pure React with Hooks: useCallback and React.memo

51
Comments
2 min read
Build an Accessible React Component: The Live Series

Build an Accessible React Component: The Live Series

24
Comments 2
2 min read
React.js / Next.js and Vue.js / Nuxt.js Syntax Comparison Side by Side

React.js / Next.js and Vue.js / Nuxt.js Syntax Comparison Side by Side

49
Comments
10 min read
Gatsby: A React-based static-site generator

Gatsby: A React-based static-site generator

6
Comments
1 min read
What is function currying and why you should care

What is function currying and why you should care

7
Comments
2 min read
Useful resources to learn React.

Useful resources to learn React.

36
Comments 1
1 min read
COVID-19 Live Updates PWA

COVID-19 Live Updates PWA

8
Comments 3
1 min read
Keyboard Shortcuts: React in VS Code

Keyboard Shortcuts: React in VS Code

22
Comments 1
2 min read
Why I'm using Heroku over GitHub Pages

Why I'm using Heroku over GitHub Pages

5
Comments
2 min read
Writing a Custom useWindowSize React Hook

Writing a Custom useWindowSize React Hook

61
Comments
2 min read
Preloading React components

Preloading React components

24
Comments
2 min read
Why seems React to be so extremely complex

Why seems React to be so extremely complex

2
Comments 5
2 min read
NextJS x GraphQL x Apollo Client SSR

NextJS x GraphQL x Apollo Client SSR

79
Comments 12
2 min read
Client Connector - Twilio Hackathon Update 2

Client Connector - Twilio Hackathon Update 2

6
Comments
3 min read
Pause function execution for a certain time in javascript

Pause function execution for a certain time in javascript

9
Comments 1
2 min read
CSV to SQL import using Node, Express and React

CSV to SQL import using Node, Express and React

3
Comments 4
3 min read
How to make amazing transitions with React Tiger Transition.

How to make amazing transitions with React Tiger Transition.

12
Comments
7 min read
Vanilla JS or Framework?

Vanilla JS or Framework?

8
Comments
2 min read
How to Maximize Reusability For Your React Components

How to Maximize Reusability For Your React Components

103
Comments 3
13 min read
How to Style Your React Apps with Less Code Using Tailwind CSS, Styled Components, and Twin Macro

How to Style Your React Apps with Less Code Using Tailwind CSS, Styled Components, and Twin Macro

190
Comments 7
5 min read
How to use React Suspense for Code-Splitting?

How to use React Suspense for Code-Splitting?

30
Comments 5
4 min read
useStateWithPromise: a custom hook to await state updates of useState

useStateWithPromise: a custom hook to await state updates of useState

17
Comments 4
6 min read
Project ideas for React beginners with demo 2020

Project ideas for React beginners with demo 2020

54
Comments
3 min read
Understand "this" keyword in JavaScript

Understand "this" keyword in JavaScript

33
Comments 2
2 min read
Simple implementing SSR in React with Redux

Simple implementing SSR in React with Redux

6
Comments
4 min read
Clean MVC architecture with Model-React

Clean MVC architecture with Model-React

7
Comments 2
5 min read
How to convert a React Class Component to a Function Component

How to convert a React Class Component to a Function Component

62
Comments 8
6 min read
Pre-Loading External Images in Gatsby JS

Pre-Loading External Images in Gatsby JS

7
Comments
4 min read
Setting up Apollo GraphQL in Next.js with Server Side Rendering.

Setting up Apollo GraphQL in Next.js with Server Side Rendering.

108
Comments 19
8 min read
loading...