We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Briefly discuss approaches to performance optimization in react
new Date()
useTransition()
useDeferredValue()
The text was updated successfully, but these errors were encountered:
Refer to obsidian notes on react performance.
Sorry, something went wrong.
Add links to a few popular videos on react performance.
If the vast majority of react apps are slow then maybe react is the problem? React doesn't seem to scale well without a lot of engineering effort.
https://emnudge.dev/blog/react-hostage/
blogs on react perf
https://joshcollinsworth.com/blog/self-fulfilling-prophecy-of-react https://blog.bloomca.me/2021/10/10/performance-optimization-in-react-applications.html https://devtoys.io/2024/07/11/optimizing-performance-in-large-scale-react-applications/ https://www.developerway.com/posts/how-to-fetch-data-in-react
state management https://blog.isquaredsoftware.com/2021/01/context-redux-differences/
misc. https://marmelab.com/blog/2022/09/20/react-i-love-you.html https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-mostly-complete-guide-to-react-rendering-behavior/ https://archive.ph/5oy4w
chrisvaillancourt
Successfully merging a pull request may close this issue.
Briefly discuss approaches to performance optimization in react
App architecture
Optimizing re-renders
new Date()
useTransition()
anduseDeferredValue()
to defer UI updatesProfiling
Reimplementations
The text was updated successfully, but these errors were encountered: