This starter is based on Next.js and it showcases two main use cases of Algolia <> Uniform integration:
- Ability to register Algolia components from
react-instantsearch-hooks-webas Canvas components (see the/componentsfolder). After the Algolia integration is installed into your Uniform project, you will see new Algolia components added to your component library. This project contains the sample front-end implementation of those components. - Pre-wired enhancer for Algolia allowing to fetch data for any Canvas component that has Algolia parameter with a value.
-
npm installoryarn -
Run the development server:
npm run dev # or yarn dev
Open http://localhost:3000 with your browser to see the result.