forked from quangbuule/redux-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e661352
commit 6326682
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
Also includes `ReactRouter`, `Immutable` for Universal (isomorphic) application. This is good start for those who want a full solution to work with a RESTful API. | ||
This project is written with ES7 and uses `Babel` to transpile to ES5. | ||
|
||
[Redux v1.0.0-alpha](https://github.com/gaearon/redux/releases/tag/v1.0.0-alpha) is now available on npm. You can view the example for [[email protected]](https://github.com/quangbuule/redux-example/tree/redux%40alpha) on branch [redux@alpha](https://github.com/quangbuule/redux-example/tree/redux%40alpha). Anyway, you should wait for Redux 1.0 docs. | ||
|
||
##Installation | ||
``` | ||
|