Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
|
raw
history blame
592 Bytes
This example shows how to do server side rendering with next.js and React InstantSearch. There's a live example here: https://codesandbox.io/s/github/algolia/react-instantsearch/tree/master/examples/next.
## Clone the example
```
curl https://codeload.github.com/algolia/react-instantsearch/tar.gz/master | tar -xz --strip=2 react-instantsearch-master/examples/next
```
## Start the example
```sh
yarn install --no-lockfile
yarn run dev
```
Read more about `react-instantsearch` [in our documentation](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/).