Skip to content

Commit

Permalink
Merge pull request #210 from ooade/patch-1
Browse files Browse the repository at this point in the history
Fix SSR link
  • Loading branch information
helfer authored Apr 21, 2017
2 parents fc3aca0 + c4f5b2e commit faa568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit faa568c

Please sign in to comment.