-
Notifications
You must be signed in to change notification settings - Fork 25
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
performance issues #3
Labels
Comments
PRIORITY #1
|
or extend https://www.robinwieruch.de/react-prevent-rerender-component/ |
|
|
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
searches are very slow
searching with Spotify
-- this could be caused by latency in API key requests, and search results turnaround time
UI loading of each Item very slow
-- this could be due to frequent re-rendering of Item for EACH and EVERY prop, state change
---> use some kind of caching, look into memoization
General React optimization
https://reactjs.org/docs/optimizing-performance.html
The text was updated successfully, but these errors were encountered: