Skip to content

Commit 832ac2d

Browse files
committed
edit md
1 parent 270b2f8 commit 832ac2d

2 files changed

Lines changed: 32 additions & 32 deletions

File tree

CASE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# react-tutorial
2+
3+
|DEMO|DEMO|
4+
|-|-|
5+
|[react实现图灵机器人](https://wscats.github.io/react-tutorial/图灵机器人/index.html)|[react双向数据绑定](https://wscats.github.io/react-tutorial/双向数据绑定/demo.html)|
6+
|[react传递参数到函数体](https://wscats.github.io/react-tutorial/双向数据绑定/传递函数到函数体.html)|[react遍历列表的事件监听和传参](https://wscats.github.io/react-tutorial/双向数据绑定/遍历列表的事件监听和传参.html)|
7+
8+
9+
## Redux
10+
|DEMO|DEMO|
11+
|-|-|
12+
|[原生rudux实例](https://wscats.github.io/react-tutorial/redux/demo1/index.html)|[vue+rudux实例](https://wscats.github.io/react-tutorial/redux/demo2/index.html)|
13+
|[react+redux组件通信](https://wscats.github.io/react-tutorial/redux/demo1/react+redux.html)|[angular+redux组件通信](https://wscats.github.io/react-tutorial/redux/demo1/angular+redux.html)|
14+
15+
## Route
16+
|DEMO|DEMO|
17+
|-|-|
18+
|[路由嵌套和组件传参](https://wscats.github.io/react-tutorial/react+webpack+react-router/build/index.html)||
19+
20+
## DOM
21+
|DEMO|DEMO|
22+
|-|-|
23+
|[遍历数组](https://wscats.github.io/react-tutorial/遍历/遍历.html)|[类名切换](https://wscats.github.io/react-tutorial/DOM/类名切换.html)|
24+
25+
## Component
26+
|DEMO|DEMO|
27+
|-|-|
28+
|[组件Props传对象](https://wscats.github.io/react-tutorial/组件/props传对象.html)|[类式组件和函数组件组合](https://wscats.github.io/react-tutorial/组件/类式组件和函数组件组合.html)|
29+
|[组件添加状态](https://wscats.github.io/react-tutorial/组件/组件添加状态.html)|[组件的this指向](https://wscats.github.io/react-tutorial/组件/组件的this指向.html)|
30+
|[setState更改状态](https://wscats.github.io/react-tutorial/组件/setState更改状态.html)|[组件化开发案例](https://wscats.github.io/react-tutorial/组件/1.weui/index.html)|
31+
|[选项卡](https://wscats.github.io/react-tutorial/组件/选项卡.html)||

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,4 @@ React 是 facebook 开源的一套框架,可总结为以下几个特点:
2222
- [Redux 跨组件通信之进阶篇 —— Provider 和 connect](https://github.com/wscats/react-tutorial/tree/master/react/redux/connetProvider)
2323
- [Redux 跨组件通信之高级篇 —— 中间件](https://github.com/wscats/react-tutorial/tree/master/react/redux/middleware)
2424
- [项目应用](https://wscats.github.io/react-tutorial/react/reactERP/index.html#/login)
25-
26-
# react-tutorial
27-
28-
|DEMO|DEMO|
29-
|-|-|
30-
|[react实现图灵机器人](https://wscats.github.io/react-tutorial/图灵机器人/index.html)|[react双向数据绑定](https://wscats.github.io/react-tutorial/双向数据绑定/demo.html)|
31-
|[react传递参数到函数体](https://wscats.github.io/react-tutorial/双向数据绑定/传递函数到函数体.html)|[react遍历列表的事件监听和传参](https://wscats.github.io/react-tutorial/双向数据绑定/遍历列表的事件监听和传参.html)|
32-
33-
34-
## Redux
35-
|DEMO|DEMO|
36-
|-|-|
37-
|[原生rudux实例](https://wscats.github.io/react-tutorial/redux/demo1/index.html)|[vue+rudux实例](https://wscats.github.io/react-tutorial/redux/demo2/index.html)|
38-
|[react+redux组件通信](https://wscats.github.io/react-tutorial/redux/demo1/react+redux.html)|[angular+redux组件通信](https://wscats.github.io/react-tutorial/redux/demo1/angular+redux.html)|
39-
40-
## Route
41-
|DEMO|DEMO|
42-
|-|-|
43-
|[路由嵌套和组件传参](https://wscats.github.io/react-tutorial/react+webpack+react-router/build/index.html)||
44-
45-
## DOM
46-
|DEMO|DEMO|
47-
|-|-|
48-
|[遍历数组](https://wscats.github.io/react-tutorial/遍历/遍历.html)|[类名切换](https://wscats.github.io/react-tutorial/DOM/类名切换.html)|
49-
50-
## Component
51-
|DEMO|DEMO|
52-
|-|-|
53-
|[组件Props传对象](https://wscats.github.io/react-tutorial/组件/props传对象.html)|[类式组件和函数组件组合](https://wscats.github.io/react-tutorial/组件/类式组件和函数组件组合.html)|
54-
|[组件添加状态](https://wscats.github.io/react-tutorial/组件/组件添加状态.html)|[组件的this指向](https://wscats.github.io/react-tutorial/组件/组件的this指向.html)|
55-
|[setState更改状态](https://wscats.github.io/react-tutorial/组件/setState更改状态.html)|[组件化开发案例](https://wscats.github.io/react-tutorial/组件/1.weui/index.html)|
56-
|[选项卡](https://wscats.github.io/react-tutorial/组件/选项卡.html)||
25+
- [其他案例](https://github.com/Wscats/react-tutorial/CASE.md)

0 commit comments

Comments
 (0)