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

Dynamic Reloading #5

Open
exastencil opened this issue Mar 17, 2024 · 0 comments
Open

Dynamic Reloading #5

exastencil opened this issue Mar 17, 2024 · 0 comments
Assignees
Labels
core A core feature new Something that needs to be built from scratch
Milestone

Comments

@exastencil
Copy link
Owner

During development there needs to be a mechanism whereby you can run a server in the background and make changes to your app, such that changes are reflected in the browser immediately.

This is one of the core features needed to make Porous feasible.

Ideally, this would entail Hot Module Reload (loading the new code on the server) and Live Reload (applying the changes in the browser automatically). Again, ideally, Live Reload would have some sort of Hot Module Reload that loads the new code and re-renders, but since the actual state mechanics might have changed, we may have to make do with a page refresh (or at least a page re-evaluation).

@exastencil exastencil added core A core feature new Something that needs to be built from scratch labels Mar 17, 2024
@exastencil exastencil added this to the v1.0 milestone Mar 17, 2024
@exastencil exastencil self-assigned this Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core A core feature new Something that needs to be built from scratch
Projects
None yet
Development

No branches or pull requests

1 participant