In Wesbos Advanced React lesson, the module 10 is on implementing the Search feature to search for products across the site. The Stack: KeystoneJS (auto generates Backend GraphQL APIs), NextJS, Apollo GraphQL, Downshift (autocomplete widget). The 2 things for implementing this Search feature are: useLazyQuery from Apollo GraphQL Queries Downshift…