| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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")
);| Back | FazBrowse Home | New Git URL |