@colliejs/react
TypeScript icon, indicating that this package has built-in type declarations

1.1.1-beta.0 • Public • Published

TODO:

  1. 确定递归算法,找到所有的树

    1.1 fix:单元测试无法运行[]

    1.2 遍历进入其他第三方模块(比如 antd),来确定 host-component 是什么[]

    1.3 fix:单元测试无法运行=

  2. 实现@colliejs/core 中的 cx 方法[]

graph LR
A[react] --> B{host-component}
B --> C{host-component}
B --> D{host-component}
C --> E{host-component}
C --> F{host-component}
D --> G{host-component}
D --> H{host-component}

/@colliejs/react/

    Package Sidebar

    Install

    npm i @colliejs/react

    Weekly Downloads

    8

    Version

    1.1.1-beta.0

    License

    MIT

    Unpacked Size

    106 kB

    Total Files

    18

    Last publish

    Collaborators

    • colliejs