Extending Algolia's Widgets
Explore how to extend Algolia's InstantSearch widgets by using connectors to separate business logic from rendering. Learn the process of creating customized search components by leveraging higher order components. Gain hands-on knowledge to tailor search interfaces through Algolia's API extension capabilities.
We'll cover the following...
We'll cover the following...
Overview
In this lesson, we will look into extending Aloglia’s InstantSearch components using the second API layer which will give us the same functionality but allow us to customise how the DOM should be rendered.
To do that, we are going to create a new ...