Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 558 Bytes

File metadata and controls

executable file
·
16 lines (11 loc) · 558 Bytes

This example shows how to do server side rendering with next.js and React InstantSearch. There's a live example here: https://react-instantsearch-algolia-nextjs.now.sh/.

Clone the example

curl https://codeload.github.com/algolia/react-instantsearch/tar.gz/master | tar -xz --strip=2 react-instantsearch-master/packages/react-instantsearch/examples/next-app

Start the example

yarn install --no-lockfile
yarn run dev

Read more about react-instantsearch in our documentation.