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

Improve listing page redirect performance #222

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

sudoryan
Copy link
Contributor

useLayoutEffect instead of useEffect:

Updates scheduled inside useLayoutEffect will be flushed synchronously, before the browser has a chance to paint.

@sudoryan
Copy link
Contributor Author

/gcbrun

@sudoryan
Copy link
Contributor Author

/gcbrun

Copy link

🎉 All your tests were successful!

We detected changes in the following:

  • UD.me frontend

Copy link
Collaborator

@qrtp qrtp left a comment

Choose a reason for hiding this comment

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

I learned something on this one, nice!

@sudoryan sudoryan merged commit e456ff1 into main Oct 30, 2024
2 checks passed
@sudoryan sudoryan deleted the ryan/improve-redirect-performance branch October 30, 2024 03:43
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.

2 participants