Skip to content

Commit 86cffa6

Browse files
authored
Merge pull request semlinker#6 from sinchang-bot/patch-1
Remove conflict texts
2 parents 387c6fe + e7e14f3 commit 86cffa6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,13 +1408,9 @@
14081408
2. 对于 Web 开发初学者来说,有一个学习曲线。
14091409
3. 将 React 集成到传统的 MVC 框架中需要一些额外的配置。
14101410
4. 代码复杂性随着内联模板和 JSX 的增加而增加。
1411-
<<<<<<< HEAD
14121411
5. 如果有太多的小组件可能增加项目的庞大和复杂。
1413-
=======
1414-
5. 太多较小的组件导致过度工程化或样板文件。
14151412
14161413
**[⬆ 返回顶部](#目录)**
1417-
>>>>>>> Update content and back to top items
14181414
14191415
54. ### 在 React v16 中的错误边界是什么?
14201416
@@ -6029,4 +6025,4 @@
60296025

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

6032-
**[⬆ 返回顶部](#目录)**
6028+
**[⬆ 返回顶部](#目录)**

0 commit comments

Comments
 (0)