eddielee394 / react-native-hindsighttrader

Basic stock market watchlist app built with React Native. Disclaimer: this thing is WIP status on an epic level. Checkout develop branch for latest stuff...
4 stars 7 forks source link

optimize search query return results #6

Open eddielee394 opened 4 years ago

eddielee394 commented 4 years ago

currently a large data set is returned when performing a search query causing performance issues. Need to optimize the search process so the full 10,000+ results don't have to be returned and queried through before a result is returned.

eddielee394 commented 4 years ago

https://medium.com/@ni3t/caching-api-results-client-side-with-react-hooks-5f3070d6bdaa