Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1408,13 +1408,9 @@
2. 对于 Web 开发初学者来说,有一个学习曲线。
3. 将 React 集成到传统的 MVC 框架中需要一些额外的配置。
4. 代码复杂性随着内联模板和 JSX 的增加而增加。
<<<<<<< HEAD
5. 如果有太多的小组件可能增加项目的庞大和复杂。
=======
5. 太多较小的组件导致过度工程化或样板文件。

**[⬆ 返回顶部](#目录)**
>>>>>>> Update content and back to top items

54. ### 在 React v16 中的错误边界是什么?

Expand Down Expand Up @@ -6029,4 +6025,4 @@

React 对如何定义样式没有任何意见,但如果你是初学者,那么好的起点是像往常一样在单独的 *.css 文件中定义样式,并使用类名引用它们。此功能不是 React 的一部分,而是来自第三方库。但是如果你想尝试不同的方法(JS中的CSS),那么 styled-components 库是一个不错的选择。

**[⬆ 返回顶部](#目录)**
**[⬆ 返回顶部](#目录)**