@@ -27,25 +27,25 @@ npm install --save react-lite
2727
2828## what can react-lite do?
2929
30- just the same as what react do , see some demos below(I just add alias to webpack.config.js, did not do anything else):
30+ just the same as what react does , see some demos below(I just add the alias to webpack.config.js, no need to do anything else):
3131
32- - react-lite work with react-router: [ expamles ] ( http://react-lite-with-react-router.coding.io/ )
33- - react-lite work with redux:
32+ - react-lite works with react-router: [ examples ] ( http://react-lite-with-react-router.coding.io/ )
33+ - react-lite works with redux:
3434 * [async](http://lucifier129.github.io/redux-examples/async/index.html)
3535 * [counter](http://lucifier129.github.io/redux-examples/counter/index.html)
3636 * [shopping-cart](http://lucifier129.github.io/redux-examples/shopping-cart/index.html)
3737 * [todomvc](http://lucifier129.github.io/redux-examples/todomvc/index.html)
3838 * [todos-with-undo](http://lucifier129.github.io/redux-examples/todos-with-undo/index.html)
39- - react-lite work with react-motion: [ demos] ( https://cdn.rawgit.com/Lucifier129/react-lite/master/examples/react-motion-demos/index.html )
39+ - react-lite works with react-motion: [ demos] ( https://cdn.rawgit.com/Lucifier129/react-lite/master/examples/react-motion-demos/index.html )
4040- js-repaint-perf(which is faster?):
4141 * [react](https://cdn.rawgit.com/Lucifier129/react-lite/master/examples/js-repaint-perf/react/index.html)
4242 * [react-lite](https://cdn.rawgit.com/Lucifier129/react-lite/master/examples/js-repaint-perf/react/lite.html)
4343
4444## test
45- react-lite reuse react's unitest(155), you can see them in ` __test__ ` , an run the test with:
45+ react-lite reuses react's unitest(155), you can see them in ` __test__ ` , and run the tests with:
4646
4747``` shell
4848npm test
4949```
5050
51- License: MIT (See LICENSE file for details)
51+ License: MIT (See LICENSE file for details)
0 commit comments