Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
 
 

Repository files navigation

Solid Debugger

Playing around with the best way to visualize declarative graphs

Eventually you will be able to write the following

import { render } from "solid-js/web";
import { Debugger } from "solid-debugger";

const App = () => {
  return "your app code here";
};

render(
  () => (
    <Debugger>
      <App />
    </Debugger>
  ),
  document.getElementById("app")
);

Demo

  1. pnpm i
  2. pnpm run dev
  3. http://localhost:3000

About

A debugger for solid-js

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages