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

[Issue #2456] Remove flicker from navigation between pages #2457

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

acouch
Copy link
Collaborator

@acouch acouch commented Oct 11, 2024

Summary

Fixes #2456

Time to review: 5 mins

Changes proposed

Moves from the HTML <a/> to Next App routers <Link/> component which enables client-side navigation between pages which keeps the navigation from re-render.

The navigation can still flicker upon initial load, so the approach taken in #2427 might still be necessary.

Copy link
Contributor

@emilycnava emilycnava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!!

Copy link
Contributor

@emilycnava emilycnava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-approval, test changes lgtm

@acouch acouch self-assigned this Oct 15, 2024
@acouch acouch merged commit 29b43af into main Oct 15, 2024
11 checks passed
@acouch acouch deleted the acouch/issue-2456-use-link-component branch October 15, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Remove flicker in page header
3 participants