Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CM-Tech/solid-debugger

Open more actions menu

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.