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

Refresh the view instead of reloading the page when hotswapping takes place #19262

Open
Artur- opened this issue Apr 26, 2024 · 1 comment
Open

Comments

@Artur-
Copy link
Member

Artur- commented Apr 26, 2024

Describe your motivation

When a class has been hotswapped, Flow currently refreshes the whole page. This reloads all JS files etc which is typically not needed, causes flickering and takes time.

Describe the solution you'd like

Flow could re-render the component tree for the current view instead of reloading. The implementation needed for this sounds like exactly what is requested in #19244 although that is a different use case

@tepi
Copy link
Contributor

tepi commented May 17, 2024

Needs #19261 to be implemented first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ⚒️ In progress
Development

No branches or pull requests

3 participants