-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
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
Reactions are currently unavailable