Download the example or clone the repo:
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-algolia-react-instantsearch
cd with-algolia-react-instantsearchSet up Algolia:
- create an algolia account or use this already configured index
- update the appId, apikey and indexName you want to search on in components/app.js
Install it and run:
npm install
npm run devDeploy it to the cloud with now (download)
nowThe goal of this example is to illustrate how you can use Algolia React InstantSearch to perform your search with a Server-rendered application developed with Next.js. It also illustrates how you can keep in sync the Url with the search.