-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update: basic-components.md into Chinese #54
Conversation
|
||
All of the components that you use in a web application should be imported from `react-router-dom`. | ||
你在Web应用程序中使用的所有组件都应该从 react-router-dom 中导入。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Web 左右两边有空格
@@ -21,15 +21,15 @@ ReactDOM.render(( | |||
), holder) | |||
``` | |||
|
|||
## Route Matching | |||
## 路由匹配 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Route
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Route 匹配
@@ -90,24 +90,24 @@ const App = () => { | |||
} | |||
``` | |||
|
|||
## Navigation | |||
## 定向 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个翻译成 导航
任务详见 #44