Skip to content

Commit

Permalink
fix typo (#5451)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhaimincs authored and timneutkens committed Oct 15, 2018
1 parent 45c554a commit ae8a49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-apollo-and-redux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ now
## The idea behind the example
This example serves as a conduit if you were using Apollo 1.X with Redux, and are migrating to Apollo 2.x, however, you have chosen not to manage your entire application state within Apollo (`apollo-link-state`).

In 2.0.0, Apollo severs out-of-the-box support for redux in favor of Apollo's state management. This example aims to be an amalgamation of the [`with-apollo`](https://github.com/zeit/next.js/tree/master/examples/with-apollo) and [`with-redux`](https://github.com/zeit/next.js/tree/master/examples/with-redux) examples.
In 2.0.0, Apollo servers out-of-the-box support for redux in favor of Apollo's state management. This example aims to be an amalgamation of the [`with-apollo`](https://github.com/zeit/next.js/tree/master/examples/with-apollo) and [`with-redux`](https://github.com/zeit/next.js/tree/master/examples/with-redux) examples.

Note that you can access the redux store like you normally would using `react-redux`'s `connect`. Here's a quick example:

Expand Down

0 comments on commit ae8a49f

Please sign in to comment.