examples/with-algolia-react-instantsearch/README.md
The goal of this example is to illustrate how you can use Algolia React InstantSearch to perform your search in an application developed with Next.js. It also illustrates how you can keep in sync the Url with the search.
Execute create-next-app with npm, Yarn, pnpm, or Bun to bootstrap the example:
npx create-next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
yarn create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
pnpm create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
bunx create-next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
This example is already configured with an e-commerce index, but you can easily customize it by:
APP_ID, API_KEY and INDEX_NAME you want to search on in components/Search.tsxDeploy it to the cloud with Vercel (Documentation).