mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 22:25:09 +00:00
fix some translation error
This commit is contained in:
@@ -20,9 +20,7 @@ React 是一个 Facebook 和 Instagram 用来创建用户界面的 JavaScript
|
||||
|
||||
## 构建可组合的组件
|
||||
|
||||
React is all about building reusable components. In fact, with React the *only* thing you do is build components. Since they're so encapsulated, components make code reuse, testing, and separation of concerns easy.
|
||||
|
||||
React 是所有关于创建可以复用的组件。事实上,通过 React 你*唯一*要做的事情就是构建组件。得益于其良好的封装性,组件使代码复用、测试和关注分离(separation of concerns)更加简单。
|
||||
React 都是关于创建可复用的组件。事实上,通过 React 你*唯一*要做的事情就是构建组件。得益于其良好的封装性,组件使代码复用、测试和关注分离(separation of concerns)更加简单。
|
||||
|
||||
## 给它5分钟的时间
|
||||
|
||||
|
||||
Reference in New Issue
Block a user