Tagged: React Advanced

What’s new in React Router version 6 - Clue Mediator

What’s new in React Router v6

React router is a very huge library to implement routing in React. Today we’ll talk about the new features of the React Router v6. Right now, it’s in beta. We’ll...

Error handling in React - Clue Mediator

Error handling in React

Error handling should be the most important part of the large scale application so today we’ll show you the error handling in React using componentDidCatch method. There are different types...

How to reset the state of a Redux store - Clue Mediator

How to reset the state of a Redux store

Today we’ll show you how to reset the state of a Redux store in React JS. Sometimes you might need to reset the whole store based on the given action...