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/.
curl https://codeload.github.com/algolia/react-instantsearch/tar.gz/master | tar -xz --strip=2 react-instantsearch-master/packages/react-instantsearch/examples/next-app
yarn install --no-lockfile
yarn run dev
Read more about react-instantsearch
in our documentation.