github: https://github.com/diegohaz/constate
最开始是想使用context+reducer的方案来实现一个简易轻量的状态管理机,发现在使用过程中(typescript实现)会有一些重复定义的问题, 如以下demo:
https://github.com/hjdshu/react-multiple-page/tree/master/src/page1
后面发现一个基于context和hooks开发的一个微型库,constate,非常香, 直接贴上代码:
https://github.com/hjdshu/react-multiple-page/tree/master/src/page2
网友评论