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
Is your feature request related to a problem? Please describe.
The problem is the unneeded full reload of dom, wich costs time because performance while loading.
Describe the solution you'd like
It would be nice when hot reloading is done and only the dom nodes get reloaded wich are affected.
The text was updated successfully, but these errors were encountered:
thanks for your feature request - I think for this we need to get rid of livereload and search for a better library which allows to just update the changed content. For CSS a hot-reload might be possible - @dominikfeininger and I talked about this already in the past.
Is your feature request related to a problem? Please describe.
The problem is the unneeded full reload of dom, wich costs time because performance while loading.
Describe the solution you'd like
It would be nice when hot reloading is done and only the dom nodes get reloaded wich are affected.
The text was updated successfully, but these errors were encountered: