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-appyarn create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-apppnpm create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-appbun create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-appThis 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_KEYandINDEX_NAMEyou want to search on incomponents/Search.tsx
Deploy it to the cloud with Vercel (Documentation).