Skip to content

Commit

Permalink
Merge branch 'master' into feature/no-request-context
Browse files Browse the repository at this point in the history
  • Loading branch information
eacaps committed Jul 25, 2016
2 parents 840bc62 + 8ca86ed commit 52f0cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ and for a store:
reduxStore = MyReduxStore(props, railsContext);
```

Note, you never make these calls. This is what React on Rails does when either server or client rendering. You'll be definining functions that take take these params and return a React component or a Redux Store.
Note, you never make these calls. This is what React on Rails does when either server or client rendering. You'll be definining functions that take these params and return a React component or a Redux Store.

(Note, see below [section](#multiple-react-components-on-a-page-with-one-store) on how to setup redux stores that allow multiple components to talk to the same store.)

Expand Down

0 comments on commit 52f0cbb

Please sign in to comment.