We want to add an update mechanism for hot reload in order to speed up it.
Currently each time we deploy or undeploy a bundle, we need to refresh the whole components stack. Currently, we refresh the components stack at least twice when hot reloading a dev bundle or a studio jar.
Also, we face the same issue if we want to hot reload several bundles.
The idea is to add an update mechanism directly in the ReloadService. As it, we will refresh the components stack only once.
This API should handle undeploy/deploy several bundles at the same time.
Connect this new API to hot reload dev bundles feature.