Skip to content

Commit

Permalink
Enable universal-redux
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Oct 24, 2016
1 parent ef80e05 commit b8d3933
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ The basic stack with [React](https://facebook.github.io/react/), [Webpack](https

Master plus [redux](https://github.com/reactjs/redux), [redux-saga](https://github.com/yelouafi/redux-saga) and [redux-form](https://github.com/erikras/redux-form).

### universal-redux (soon)
### [universal-redux](https://github.com/diegohaz/arc/tree/universal-redux)

Redux plus [Server Side Rendering](https://github.com/reactjs/redux/blob/master/docs/recipes/ServerRendering.md).
Redux plus [Server Side Rendering](https://github.com/reactjs/redux/blob/master/docs/recipes/ServerRendering.md) (*everything works with javascript disabled, even the forms*).

### fullstack (soon)

Expand Down
9 changes: 4 additions & 5 deletions src/components/organisms/FeatureList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@ const FeatureList = ({ ...props }) => {
<Grid>
<StyledFeature
icon="redux"
link="http://redux.js.org"
link="https://github.com/diegohaz/arc/tree/redux"
title="Redux">
The predictable state container for JavaScript apps.
</StyledFeature>
<StyledFeature
icon="dist"
link="https://github.com/reactjs/redux/blob/master/docs/recipes/ServerRendering.md"
title="Server Side Rendering"
soon>
Write once and run both on the server and client.
link="https://github.com/diegohaz/arc/tree/universal-redux"
title="Server Side Rendering">
Write once and run both on the server and client (everything works with javascript disabled, even the forms).
</StyledFeature>
<StyledFeature
icon="node"
Expand Down

0 comments on commit b8d3933

Please sign in to comment.