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

perf: improve performance of useSelector by moving to shallowRef #7

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

crutchcorn
Copy link
Member

@crutchcorn crutchcorn commented Dec 20, 2024

We don't need to deeply track the values on the state we're using. We should be able to move to a shallowRef for better perf

Copy link

netlify bot commented Dec 20, 2024

Deploy Preview for vue-redux-docs ready!

Name Link
🔨 Latest commit 0aee19f
🔍 Latest deploy log https://app.netlify.com/sites/vue-redux-docs/deploys/6765c4a84f490a0008718b4e
😎 Deploy Preview https://deploy-preview-7--vue-redux-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@crutchcorn crutchcorn merged commit cd41c34 into main Dec 20, 2024
6 checks passed
@crutchcorn crutchcorn deleted the shallow-ref branch December 20, 2024 19:27
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