diff --git a/react-docs/source/index.md b/react-docs/source/index.md index 028cc3e6bd6..a1960a3e3e6 100644 --- a/react-docs/source/index.md +++ b/react-docs/source/index.md @@ -38,7 +38,7 @@ Apollo is specifically designed to work nicely with all of the tools used by tod - **React Native and Expo**: Apollo works out of the box in React Native. It's even preinstalled in [Expo Sketch](https://sketch.expo.io/H1QdWZUjg), so you can build a React Native + Apollo app right in your browser. - **Redux**: Apollo Client uses Redux internally, and you can [integrate it into your existing store](redux.html) to use your favorite Redux tools such as the dev tools or persistence libraries. You can also use Apollo alongside any other data management library, such as MobX. -- **React Router**: Apollo Client is completely router-independent, which means you can use it with any version of [React Router](https://github.com/ReactTraining/react-router) or any other routing library for React. It's even easy to set up [server-side rendering](http://localhost:4000/react/server-side-rendering.html). +- **React Router**: Apollo Client is completely router-independent, which means you can use it with any version of [React Router](https://github.com/ReactTraining/react-router) or any other routing library for React. It's even easy to set up [server-side rendering](http://dev.apollodata.com/react/server-side-rendering.html). - **Recompose**: With [Recompose](https://github.com/acdlite/recompose), React-Apollo's Higher Order Component can be combined with a variety of other utilities to add behaviors to your components. [Read how to use it for loading state and variables](https://dev-blog.apollodata.com/simplify-your-react-components-with-apollo-and-recompose-8b9e302dea51#.z7tbkf8er) and also [mutations](https://medium.com/front-end-developers/how-i-write-mutations-in-apollo-w-recompose-1c0ab06ef4ea#.iobufopba) and to [combine with the Redux container](https://medium.com/welikegraphql/use-of-recompose-in-universal-react-apollo-example-3d1f89bc945b#.dtxnibu0w). - **Next.js**: You can use Apollo with the lightweight Next.js framework for universal rendered React apps. Just check out [this article](https://dev-blog.apollodata.com/whats-next-js-for-apollo-e4dfe835d070) for the details, or download the [official example](https://github.com/zeit/next.js/tree/master/examples/with-apollo).