solid-playground
solid-playground copied to clipboard
Quickly discover what the solid compiler will generate from your JSX template
I noticed some issues when renaming tabs in the playground. This PR implements/resolves the following: - Add 'Esc' as a button which stops editing tabname - Revert tabname when submitted...
Closes #117 It kinda works There are a couple of issues to resolve though: - solid-devtools will work only with the latest version of solid—I'm constantly adding small things to...
### input ### output
Related: https://github.com/solidjs/solid-playground/pull/165#discussion_r1531977790 There's a `font-family: Menlo, Monaco, "Courier New", monospace, "Droid Sans Mono", "monospace", monospace` style but Menlo and Monaco aren't installed on all systems (Linux Manjaro, Brave browser). Instead...
I work on the Solid Lightning and added the universal rendering support. I have the playground working with: ```jsx import { renderSync as render, View, Text, startLightning } from "@lightningjs/solid"...
Checking out the project and `pnpm i` and `pnpm run dev` throws the following error: ✘ [ERROR] "unocss/vite" resolved to an ESM file. ESM file cannot be loaded by `require`....
@jspm/generator still uses node `crypto` even if `integrity` isn't supplied so currently added polyfill. We don't need `integrity` here so, the alternatives are 1. fix it upstream 2. patch (`pnpm...
Just noticed this as I was poking around   How is this meant to be used in a browser, since browsers don't support commonjs? might be related to https://github.com/solidjs/solid-playground/issues/174...
Just saw  (I'm poking around!) :D And there is non-JS syntax in here. I believe that should be compiled away yeah? (or if the consuming project is responsible for...