Can I view/modify the Redux store using Chrome Dev Tools Can I view/modify the Redux store using Chrome Dev Tools reactjs reactjs

Can I view/modify the Redux store using Chrome Dev Tools


Yes, you can. There is a great Redux DevTools Extension for Chrome/Firefox/Electron which adds a new Redux tab to devtools:

enter image description here

You can import and export current store, go back in history, change whatever you want and much more.