Skip to content

Commit 4fc70f1

Browse files
committed
Merge pull request reduxjs#233 from gaearon/gaearon-patch-1
Add a section with ES5 examples
2 parents 2f3c535 + eee449c commit 4fc70f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Atomic Flux with hot reloading.
2121
- [Demo](#demo)
2222
- [Examples](#examples)
2323
- [Simple Examples](#simple-examples)
24+
- [ES5 Examples](#es5-examples)
2425
- [Async and Universal Examples with Routing](#async-and-universal-examples-with-routing)
2526
- [What does it look like?](#what-does-it-look-like)
2627
- [Actions](#actions)
@@ -104,6 +105,12 @@ npm install
104105
npm start
105106
```
106107

108+
### ES5 Examples
109+
110+
If you have not used ES6 before, check out one of these ES5 examples:
111+
112+
* [redux-todomvc-es5](https://github.com/insin/redux-todomvc-es5)
113+
107114
### Async and Universal Examples with Routing
108115

109116
These async and [universal (aka “isomorphic”)](https://medium.com/@mjackson/universal-javascript-4761051b7ae9) examples using React Router should help you get started:

0 commit comments

Comments
 (0)