It is a time travel environment that allows live editing for Redux with action replay, hot reloading, and customizable UI. For your ease, you can also use the extension of Redux DevTools in any of your browsers, Chrome, or firefox.

Major features of Redux DevTools are:

  • It allows you to inspect all the states and action payload.
  • It allows you to go back into the time simply by canceling the actions.
  • Each stage action will be re-evaluated in case you change the reducer code.
  • With the help of persistState() store enhancer, you can continue your debug sessions across page reloads.

If you want to read more about this topic in detail then you can visit here.

BY Best Interview Question ON 12 Jun 2021