mirror of
https://github.com/zhigang1992/redux.git
synced 2026-04-30 05:15:39 +08:00
add todos-with-undo example to README.md
This commit is contained in:
@@ -7,8 +7,8 @@ It helps you write applications that behave consistently, run in different envir
|
||||
You can use Redux together with [React](https://facebook.github.io/react/), or with any other view library.
|
||||
It is tiny (2kB) and has no dependencies.
|
||||
|
||||
[](https://travis-ci.org/rackt/redux)
|
||||
[](https://www.npmjs.com/package/redux)
|
||||
[](https://travis-ci.org/rackt/redux)
|
||||
[](https://www.npmjs.com/package/redux)
|
||||
[](https://www.npmjs.com/package/redux)
|
||||
[](http://www.reactiflux.com)
|
||||
|
||||
@@ -126,6 +126,7 @@ For PDF, ePub, and MOBI exports for offline reading, and instructions on how to
|
||||
|
||||
* [Counter](http://rackt.github.io/redux/docs/introduction/Examples.html#counter) ([source](https://github.com/rackt/redux/tree/master/examples/counter))
|
||||
* [TodoMVC](http://rackt.github.io/redux/docs/introduction/Examples.html#todomvc) ([source](https://github.com/rackt/redux/tree/master/examples/todomvc))
|
||||
* [Todos with Undo/Redo functionality](https://github.com/rackt/redux/tree/master/examples/todos-with-undo)
|
||||
* [Async](http://rackt.github.io/redux/docs/introduction/Examples.html#async) ([source](https://github.com/rackt/redux/tree/master/examples/async))
|
||||
* [Real World](http://rackt.github.io/redux/docs/introduction/Examples.html#real-world) ([source](https://github.com/rackt/redux/tree/master/examples/real-world))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user