Skip to content

liu599/symph-tempo-with-create-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symph-tempo with create-react-app

这个项目给出了一个简化版使用Symph-tempo建立React应用的例子。

This project was bootstrapped with Create React App.

About Symph-tempo

@symph/tempo是一个简化版的类Dvajs轻量框架。 本实例更改了create-react-app的部分配置后, 给出了一个简化版的例子。

使用了装饰器特性。

第一个例子: 简单的计数器

使用MVC模型实现简单的计数器。

进一步的例子: 使用immerjs(不可变数据)

在数据量很大以及嵌套很多的时候, 对象进行setState写法很复杂容易出错。 可以使用immerjs进行简化