Videos (Archived)

Mostly about React, React Router, Javascript, mongodb and more. It is a bit outdated but I keep it here for reference. For my new content, please checkout my visual eBooks.

Managing error and loading state using useReducer

In this tutorial, we will learn when to use useState and when to use useReducer. Also how to manage error and loading state while fetching an API using useEffect.