A Time Travel Debugger for React's useReducer
Upon first hearing about the React Hook's hype I immediately went to the documentation (I'm one of those people). To become more familiar with new 16.8 features a couple of friends and I began to brainstorm ideas for a new project. Reading more about the useReducer hook and the dispatch function immediately triggered the thought of Redux. We wondered if this new functionality would allow the highly coveted, Time Travel debugging to be available in React.
So, we decided to build a dev tool, React Rewind. Designed to help developers fix bugs faster by recording and replaying through different states of their applications. We're an open source tool and just launched our beta yesterday. We welcome feedback/issues so that we can guide our next release.