A debugging companion for react-state-events (https://www.npmjs.com/package/react-state-events) with per-stream history, event…
A debugging companion for react-state-events (https://www.npmjs.com/package/react-state-events) with per-stream history, event generation and time travel.
This extension is for React developers using the react-state-event library, allowing you to view and manipulate the event streams that react-state-event depends on for easy testing of UI code.
The extension works via messaging with the library, so only apps in development mode and those that explicitly opted-in (for release mode) will work with it.
It will not have any effect on React apps that do not use react-state-event library.
It will not have any effect on apps made without React.