Solid Rewind is a time-trave debugger and component-tree visualizer for the reactive framework, SolidJS
:exclamation::exclamation:Before using, you must download our Chrome extension here:exclamation::exclamation:
1. install our package with
npm i solid-rewind
2. Import our Rewind component at the top level of your app.
3. Wrap your top-level component in our
import Rewind from 'solid-rewind';
render( () => {
<Rewind>
<App />
</Rewind>
}, document.getElementById('root'));
That's it! Build your project and access our tool in the chrome devtools menu!
Solid Rewind launched on January 15, 2023 and is currently in active beta development through the OSlabs community initiative. The application is licensed under the terms of the MIT license, making it a fully open source product. Developers are welcome to contribute to the codebase and expand on its features.