An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



About

**Solid Rewind is a time-trave debugger and component-tree visualizer for the reactive framework, SolidJS**


animated

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.