1. 18
    Configure and Use Redux Dev Tools
    4m 13s

Configure and Use Redux Dev Tools

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

One way data flow, pure reducers for updates and a global state object make unit testing and think about code much easier than the alternatives. With the tooling this makes possible, debugging can be a pleasant experience too. In this lesson, we’ll configure Redux Dev Tools for Chrome and take a tour of some of the features it offers to make debugging state in Redux a pleasure, such as Time Travel Debugging and the ability to export your state history or import state history from another session.