[TOC]
* * * * *
# 1 示例目錄(examples\\)
~~~
inferno-master\examples\
animation ;動畫
css ;css動畫
dbmonster ;db監視
events ;事件示例
form ;表單示例
playgroud ;演示示例
routing ;路由示例
svg ;svg示例
uibench ;ui示例
vdom-bench ;vdom示例
~~~
# 2 示例文件
> 主要包含性能測試示例
- 框架概述
- 框架目錄
- 總目錄(inferno-master)
- 配置目錄(config)
- 示例目錄(examples)
- 包目錄(packages)
- 源代碼目錄(src)
- 工具目錄(tools)
- 其他文件
- 框架結構
- (0)依賴關系
- (1)Inferno模塊
- (2)InfernoDOM模塊
- (3)InfernoServer模塊
- (4)InfernoComponent模塊
- (5)InfernoTestUtils模塊
- (6)InfernoCreateElement模塊
- (7)InfernoRouter模塊
- 框架實現
- (1)Router
- (2)Redux
- (3)Component
- (4)CreateElement
- (5)Core(Vnode)
- (6)Dom(Render)
- (7)Server
- (8)TestUtils
- (9)Utils
- 框架流程
- 框架示例
- 框架更新
- 基礎原理
- 框架總結