-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
perf: Use callback for handlers #10116
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
|
85f50bd
to
29db6fb
Compare
29db6fb
to
2822d2a
Compare
2822d2a
to
7321a7d
Compare
42d657a
to
15203ae
Compare
PR-Codex overview
This PR updates various components and hooks to use
useCallback
anduseMemo
for performance optimization.Detailed summary
useCallback
anduseMemo
for better performance.