mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
94c484e80d
* docs: add algolia-react-instantsearch example * fix: style
1.2 KiB
1.2 KiB
With Algolia React InstantSearch example
How to use
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-instantsearch
Set 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 dev
Deploy it to the cloud with now (download)
now
The idea behind the example
The 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.