ui5-ecosystem-showcase icon indicating copy to clipboard operation
ui5-ecosystem-showcase copied to clipboard

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

Open rsubasoglu opened this issue 1 year ago • 2 comments

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.

rsubasoglu avatar Apr 13 '23 12:04 rsubasoglu

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.

petermuessig avatar Apr 13 '23 12:04 petermuessig

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.

dominikfeininger avatar Apr 20 '23 06:04 dominikfeininger