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.
Deploy the example using Vercel:
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
bun 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:
- creating an Algolia account,
- indexing your data,
- and updating the
APP_ID
,API_KEY
andINDEX_NAME
you want to search on incomponents/Search.tsx
Deploy it to the cloud with Vercel (Documentation).