fantasticsoul / how-helux-was-born

A project show how helux was born, user can do helux source code debugging with this project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How helux was born

本仓库用于辅助用户做helux源码调试,帮助用户理解整个运行流程

运行项目

npm run start

包结构

├── src/libs
  ├── helux                 # react 适配层
  ├── helux-core            # helux状态管理核心逻辑包
  ├── helux-plugin-devtool  # 调试工具包(需安装浏览器的redux插件)
  └── limu                  # limu不可变数据js库核心逻辑包

About

A project show how helux was born, user can do helux source code debugging with this project


Languages

Language:TypeScript 89.4%Language:JavaScript 10.2%Language:HTML 0.3%Language:CSS 0.1%