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

[ui5-middleware-livereload]: enhancement - hot reload #727

Open
rsubasoglu opened this issue Apr 13, 2023 · 2 comments
Open

[ui5-middleware-livereload]: enhancement - hot reload #727

rsubasoglu opened this issue Apr 13, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rsubasoglu
Copy link

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.

@petermuessig petermuessig added enhancement New feature or request help wanted Extra attention is needed labels Apr 13, 2023
@petermuessig
Copy link
Member

Hi @rsubasoglu,

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.

@dominikfeininger
Copy link
Contributor

Quick googeling has arisen it's possible in react using the module react-hot-loader.

Hot reload might come in handy in cases where only xml code is changed.

@petermuessig petermuessig changed the title [enhancement] ui5-middleware-livereload: Hot reload [ui5-middleware-livereload]: enhancement - hot reload Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants