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

Runtime Environment #119

Closed
curran opened this issue Jun 22, 2023 · 3 comments
Closed

Runtime Environment #119

curran opened this issue Jun 22, 2023 · 3 comments

Comments

@curran
Copy link
Contributor

curran commented Jun 22, 2023

As a user editing JavaScript front-end code, I want to be able to see my running code update live as I edit code.

Levels / Phases:

  • PoC: run VZCode to edit a Vite project that supports hot reloading
  • Initial hack: load Vite Dev Server in an iframe and put it next to the code
  • Actual solution: build a browser-based runtime environment that can skip the round trip to the file system for hot reloading
  • Test that it works with interactive code widgets Interactive Code Widgets #74
@curran
Copy link
Contributor Author

curran commented Aug 15, 2023

Closing as I think it makes sense to delegate this part to Vite.

Working demo: vizhub-core/vite-export-template#4

@curran curran closed this as completed Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant