solid-playground icon indicating copy to clipboard operation
solid-playground copied to clipboard

Quickly discover what the solid compiler will generate from your JSX template

Results 44 solid-playground issues
Sort by recently updated
recently updated
newest added

I don't have anything prepared—this is just theoretical, but would it be possible to include a reactive graph debugger in the playground in the future? One thing for certain—it would...

Though we already have TypeScript support in the playground, I think there are use cases where ESLint really shines. I'm the author of [eslint-plugin-solid](https://github.com/joshwilsonvu/eslint-plugin-solid) and I think it would help...

As reported in Discord, clicking on the Share button copies the short URL to the clipboard, but doesn't change the page URL (`window.location`); it remains the long URL. This is...

This still feels a little buggier than I would like (e.g. slower initial load, tries to download rxjs), but I thought I would create this PR in case others want...

I'd really love the ability to include Solid REPL in Solid Site's SSR process. Unfortunately Monaco introduces side-effects when I attempt to do so. You can experience this on https://github.com/solidjs/solid-site/tree/solid-start-migration....

enhancement
help wanted

[Playground link](https://playground.solidjs.com/?hash=1196006735&version=1.3.16) ![image](https://user-images.githubusercontent.com/2218736/167643690-232d50e4-168e-4728-9ce4-fb23ef1ef742.png) As described by @modderme123 in https://github.com/solidjs/solid-playground/pull/103#issuecomment-1121503818: > This is an issue with files that don't have imports or exports and are then treated as a [global script...

Vite recently made a new release which handles workers import differently. https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md#workers-using-standard-syntax I'd like to migrate to it so that we don't fall behind too much with direct dependency.

help wanted
good first issue

this could be mitigated with a `run` button along with an option to not automatically run on code changes (similar to codepen).