Composition of the Search Component
Break down the components of Algolia's InstantSearch in this lesson and understand what the search functionality is composed of.
We'll cover the following...
Overview
In this lesson, we will be talking about the InstantSearch
component, which is the root component of our search functionality implementation. It allows communication between the frontend application and Algolia. In addition, it offers all children components a way to interact with the searchState
.
InstantSearch
To implement search ...