This example shows how to do server side rendering and React InstantSearch.
Clone the example
curl https://codeload.github.com/algolia/react-instantsearch/tar.gz/master | tar -xz --strip=2 react-instantsearch-master/examples/server-side-rendering
Start the example
yarn install --no-lockfile
yarn start
Read more about react-instantsearch in our documentation.
This example was made possible thanks to https://github.com/Roilan/react-server-boilerplate.