Skip to content

Commit bf50677

Browse files
committed
reorganize
1 parent 0777be0 commit bf50677

16 files changed

+10
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# dva docs
2+
3+
## Table of contents
4+
5+
- [Getting Started](./v1/en-us/getting-started.md)
6+
- [Concepts](./v1/en-us/concepts.md)
7+
- [Toturial](./v1/zh-cn/tutorial/01-概要.md) (only in Chinese)
8+

en-us/concepts.md renamed to v1/en-us/concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Concepts
22

3-
[以中文版查看此文](../zh/concepts.md)
3+
[以中文版查看此文](../zh-cn/concepts.md)
44

55
## Data Flow
66

@@ -39,7 +39,7 @@ dispatch({
3939

4040
A dispatching function (or simply dispatch function) is a function that accepts an action or an async action; it then may or may not dispatch one or more actions to the store.
4141

42-
Dispatching function is a function for triggering action, action is the only way to change state, but it just describes an action. while dispatch can be regarded as a way to trigger this action, and Reducer is to describe how to change state.
42+
Dispatching function is a function for triggering action, action is the only way to change state, but it just describes an action. while dispatch can be regarded as a way to trigger this action, and Reducer is to describe how to change state.
4343

4444
```javascript
4545
dispatch({

en-us/getting-started.md renamed to v1/en-us/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting Started
22

3-
[以中文版查看此文](../zh/getting-started.md)
3+
[以中文版查看此文](../zh-cn/getting-started.md)
44

55
> This article will lead you to create [dva](https://github.com/dvajs/dva) app quickly, and learn all new concepts.
66
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)