https://github.com/oslabs-beta/solid-rewind
Time Travel Debugger for SolidJS
https://github.com/oslabs-beta/solid-rewind
chrome-extension debugger solidjs time-travel-debugger visualizer
Last synced: 14 days ago
JSON representation
Time Travel Debugger for SolidJS
- Host: GitHub
- URL: https://github.com/oslabs-beta/solid-rewind
- Owner: oslabs-beta
- Created: 2022-12-12T18:20:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T16:42:20.000Z (over 2 years ago)
- Last Synced: 2025-08-22T21:28:48.879Z (about 1 month ago)
- Topics: chrome-extension, debugger, solidjs, time-travel-debugger, visualizer
- Language: JavaScript
- Homepage: https://solidrewind.io
- Size: 427 KB
- Stars: 93
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
About
**Solid Rewind is a time-trave debugger and component-tree visualizer for the reactive framework, SolidJS**
![]()
Features
* Redux-style time-travel debugging, allowing you to ‘rewind’ to previous versions of your application’s state.
* Dynamic, D3-visualization of your component tree
* Integration with Chrome’s existing Dev Tools menu so you can troubleshoot your Solid App directly from your browser.Installation
:exclamation::exclamation:Before using, you must download our Chrome extension [here](https://chrome.google.com/webstore/detail/solid-rewind/ejdinegdopmimnkbonknknhfmmcgcdoh):exclamation::exclamation:
**1. install our package with**
```javascript
npm i solid-rewind
```**2. Import our Rewind component at the top level of your app.**
**3. Wrap your top-level component in our component.**
```javascript
import Rewind from 'solid-rewind';render( () => {
}, document.getElementById('root'));```
**That's it! Build your project and access our tool in the chrome devtools menu!**Authors
* Robbie Gottlieb | [@robbiegot](https://github.com/robbiegot) | [LinkedIn](https://www.linkedin.com/in/robbie-gottlieb/)
* Willem Rosenthal | [@willemrosenthal](https://github.com/willemrosenthal) | [LinkedIn](https://www.linkedin.com/in/willem-rosenthal/)
* Christian Catanese [@c-catanese](https://github.com/c-catanese) | [LinkedIn](https://www.linkedin.com/in/christian-catanese/)
* Jason Moon | [@Crescent0130](https://github.com/Crescent0130) | [LinkedIn](https://www.linkedin.com/in/jason-joonsik-moon/)Contributing
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.