随笔分类 -  React.js

摘要:Introduction about React component lifecycle. 1 Lifecycle A React component in browser can be any of the following three statuses: mounted, update and 阅读全文
posted @ 2019-06-14 19:35 zzfx 阅读(300) 评论(0) 推荐(0) 编辑
摘要:This is really different, React is view library; and Rxjs is reactive programming library for javascript. You can use Rxjs inside react view but in re 阅读全文
posted @ 2019-06-14 19:33 zzfx 阅读(380) 评论(0) 推荐(0) 编辑
摘要:https://juejin.im/entry/590801780ce46300617c89b8 渲染 这张很经典的图许多人都看过,其中的概念大家应该都很熟悉,也就是这么几个步骤:js修改dom结构或样式 -> 计算style -> layout(重排) -> paint(重绘) -> compos 阅读全文
posted @ 2019-05-22 19:15 zzfx 阅读(4188) 评论(2) 推荐(4) 编辑
摘要:dom是结构化的文本信息的抽象,是结构化的文本信息在内存中的表示 是操作结构化文本信息的api。 Follow: Follow Follow React attacks us with the virtual DOM right away, on the main page. This featur 阅读全文
posted @ 2019-05-22 16:04 zzfx 阅读(366) 评论(0) 推荐(0) 编辑
摘要:基于js语言的UI(组件)管理库 +数据+交互+组织 相当于iOS的uikit(UIView) 阅读全文
posted @ 2019-05-22 14:51 zzfx 阅读(462) 评论(0) 推荐(0) 编辑