Change the way data is downloaded to the React client from a complete front-load to piece-meal based on sending a search term to '/api/query'. With this approach, the only data that would be pulled when the application loads is what is needed to populate the search bar.
Change the way data is downloaded to the React client from a complete front-load to piece-meal based on sending a search term to '/api/query'. With this approach, the only data that would be pulled when the application loads is what is needed to populate the search bar.