Skip to content

[HMR] Apply changes in application styles at runtime #6645

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

Closed
vchimev opened this issue Nov 30, 2018 · 1 comment
Closed

[HMR] Apply changes in application styles at runtime #6645

vchimev opened this issue Nov 30, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@vchimev
Copy link
Contributor

vchimev commented Nov 30, 2018

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 first step on this journey is to apply changes in application styles app.(css|scss) at runtime.

Current State

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

Future State

A change in application styles app.(css|scss) applies on the current page, avoiding its reloading/navigating to the same page and preserving the state of the page and navigation history.

Related to #6398.

@lock
Copy link

lock bot commented Feb 21, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Feb 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants