You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This repository contains a step by step tutorial to get a grasp about flux and m
8
8
The official and very exhaustive Redux documentation is available [here](http://gaearon.github.io/redux/) and should be your number One source of truth regarding Redux. The present tutorial only will offer you an introduction to flux concepts through Redux use but for further or more detailled infos, please refer to the Redux documentation.
9
9
10
10
### Prerequisites
11
-
It is required for you to know a bit of ES6 and ES7 (Object Spread) to understand correctly some of the examples given in this repo. Be also aware that this tutorial targets redux 1.0.0.
11
+
It is required for you to know a bit of ES6 and ES7 (Object Spread) to understand correctly some of the examples given in this repo. Be also aware that this tutorial targets redux 1.0.0 and react-redux 0.2.x (react-redux 0.8.x is the current master version and this tutorial will be updated accordingly soon).
0 commit comments