Skip to content

Commit 4bb2450

Browse files
committed
blog
blog
1 parent b593490 commit 4bb2450

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_posts/2016-10-24-react-caculator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,6 @@ button{
172172
-->
173173
```
174174

175-
175+
reactjs的理念是彻底抛弃DOM,完全组件化,使用虚拟DOM来渲染内容。按照这个理念,`div.container``div.screen`这些html元素都应该是使用组件来替代的。
176+
这里为了代码简单就没有使用。DEMO详细代码见我的Github项目[reactjsLearning](//github.com/feleventh/reactjsLearning/tree/master/demo_caculator)
176177

0 commit comments

Comments
 (0)