# React InstantSearch Hooks | Server-side rendering This example shows how to do server-side rendering with React InstantSearch Hooks. ## Clone the example ``` curl https://codeload.github.com/algolia/react-instantsearch/tar.gz/master | tar -xz --strip=2 react-instantsearch-master/examples/hooks-ssr ``` ## Start the example ```sh yarn install --no-lockfile yarn start ```