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, or pnpm to bootstrap the example:
npx create-next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
# or
yarn create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
# or
pnpm create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
To set up Algolia:
- create an algolia account or use this already configured index
- update the
appId
,apikey
andindexName
you want to search on incomponents/instantsearch.js
Deploy it to the cloud with Vercel (Documentation).