摘要:
UI—html—DOM(tree-structured representation、 manipulate)—Virtual DOM(component) Real DOM强调树状结构的整体;核心是树状结构的维护; Virtual DOM强调的是组件,核心是组件的构建、组合和维护; Real DO 阅读全文
posted @ 2019-06-26 11:47
zzfx
阅读(472)
评论(0)
推荐(0)
摘要:
react = Virtual DOM + component + data flow + jsx 核心是Virtual DOM结构的状态维护、渲染机制及UI系统的DOM组织功能; 基于Virtual DOM的视图构建和渲染方式。 入口为index.html; 一、虚拟DOM 基于状态管理的UI组件 阅读全文
posted @ 2019-06-26 11:20
zzfx
阅读(154)
评论(0)
推荐(0)