All React Tutorials

Export 'useHistory' was not found in 'react-router-dom' fix

Tag: React

This article explains how to fix Export 'useHistory' was not found in 'react-router-dom' error

How to fix Objects are not valid as a React child

Tag: React

This article explains how to fix Objects are not valid as a React child error

Create React App cannot create new applications: No longer support global installation

Tag: React

Learn how to resolve We no longer support global installation of Create React App error

React backend options: how to choose your React application backend services

Tag: React

Learn how to decide the stack for your React app backend services

React useMemo() hook explained

Tag: React

Let's learn how React useMemo() hook works and when you should use it

React StrictMode explained

Tag: React

Let's learn how React StrictMode can help you develop better React applications

React handleChange() function explained - handle single/ multiple inputs

Tag: React

How to handle single or multiple inputs change with React handleChange() function

How to use setInterval() method inside React class components

Tag: React

Use setInterval() and clearInterval() methods in React class components

How to use setInterval() method inside React components

Tag: React

Learn how to properly use setInterval() and clearInterval() methods in React components

React - How to fix this.setState is not a function error

Tag: React

Learn how to fix this.setState is not a function error in your React application

Fixing 'react-scripts' is not recognized error

Tag: React

How to fix 'react-scripts' is not recognized as an internal or external command error

React: how to disable button tutorial

Tag: React

Here's how you disable a button using React

React render props pattern

Tag: React

Let's learn about React render props pattern

React higher-order components pattern

Tag: React

Let's learn what is React higher-order components

Understanding React useState and useEffect hooks

Tag: React

Let's learn the two most used React hooks today

Understanding React shouldComponentUpdate

Tag: React

Learn shouldComponentUpdate and when you should use it

What is React Pure Component?

Tag: React

Let's learn React pure component and how to implement one

Understanding React lifecycle methods

Tag: React

Learn how to use React lifecycle methods to create dynamic applications

Understanding React componentWillMount method

Tag: React

Recommendation for replacing componentWillMount method

Using destructuring assignment in React

Tag: React

How to avoid repetition and keep your code clean with destructuring assignment in React