solid-playground
solid-playground copied to clipboard
Add a way to disable automatic compilation or/and customize the delay
As of today the compilation of the JSX to JS happens as you type it with a debounced function of 250ms.
Watching people code in real time, this can be annoying because it yells errors all around before you are done typing. One thing I'd like to see is an option to toggle automatic compilation and have a button to manually compile it.
Additionally what would be good is if we'd have a customized delay for the debounce function if automatic compilation is on.
No need to customize the delay..
🙂.. I think compiler errors should come underneath the playground editor as minified first..
And then it should have this toggleable down arrow button indicating that it could be expanded by the user when he/she wants to actually check out the full error details of what is wrong..
To be honest the pop up is annoying... could we get anyone to work on this feature of making errors look more presentable? like that of the svelte repl.. link https://svelte.dev/repl