Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to disable automatic compilation or/and customize the delay #30

Open
amoutonbrady opened this issue Jul 3, 2021 · 2 comments
Labels
good first issue Good for newcomers

Comments

@amoutonbrady
Copy link
Member

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.

@amoutonbrady amoutonbrady added the good first issue Good for newcomers label Jul 3, 2021
@swise0
Copy link

swise0 commented Jul 12, 2021

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..

@swise0
Copy link

swise0 commented Jul 31, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants