You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: