Skip to content

Conversation

@ftaiolivista
Copy link

Currently any new history change trigger a page component regeneration.

Sometimes may be helpful to update the url without trigger a page component recalc.

Proposed solution use a key attribute in the history object state.

If a key is present and the key of the new state is equal to the key of the old state the page component recalc is not triggered.

Currently any new history change trigger a page component regeneration.

Sometimes may be helpful to update the url without trigger a page component recalc.

Proposed solution use a key attribute in the history object state.

If a key is present and the key of the new state is equal to the key of the old state the page component recalc is not triggered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant