Skip to content

[HMR] Apply changes in page styles at runtime #6953

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

Open
2 of 3 tasks
vchimev opened this issue Feb 21, 2019 · 0 comments
Open
2 of 3 tasks

[HMR] Apply changes in page styles at runtime #6953

vchimev opened this issue Feb 21, 2019 · 0 comments
Labels
Milestone

Comments

@vchimev
Copy link
Contributor

vchimev commented Feb 21, 2019

Overview

{N} 5.0 includes Beta version of the Hot Module Replacement (HMR) feature provided by webpack which makes possible to replace modules in a bundled application while the application is running.

A possible improvement after the Beta release is applying changes in styles instantly.
The initial step on this journey to apply changes in application styles app.(css|scss) at runtime is released with version 5.2.
The next step would be to apply changes in page styles main-page.(css|scss) at runtime for all the flavours:

Is your feature request related to a problem? Please describe.

A change in page styles main-app.(css|scss) triggers a navigation to the same page where the change is applied.

Describe the solution you'd like

A change in page styles main-page.(css|scss) applies at runtime, thereby it avoids page reloading/navigation and preserves the application state and navigation history.

Related to #6398.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant