Speed up playground #299
wmertens
started this conversation in
Proposals For Qwik
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is it about?
make the repl awesome
What's the motivation for this proposal?
Problems you are trying to solve:
Every time the REPL (https://qwik.dev/playground) runs, it takes about 1s to bundle+execute, and it will probably go up when we add qwik-city.
Goals you are trying to achieve:
Make the REPL zippy
Proposed Solution / Feature
What do you propose?
during SSR, also render the iframe example and embed it with a data URI while the REPL loads. This way, when we use it for documentation, it will be instantly visible.
figure out how https://svelte.dev/playground is so fast once loaded, presumably they run in an active dev mode instead of bundle+ssr
Links / References
No response
Beta Was this translation helpful? Give feedback.
All reactions