Giter Club home page Giter Club logo

Comments (8)

hufeng avatar hufeng commented on June 12, 2024

babel-plugin-plume2

  • 正式环境去除QL的name reduce js size
  • 正式环境去除StoreProvider中的{debug: xxx}

from plume2.

hufeng avatar hufeng commented on June 12, 2024

快速生成app脚手架的代码

❯ plume2
Usage: plume2 [options] [command]

Options:

  -V, --version  output the version number
  -h, --help     output usage information

Commands:

  new [name]     create a new plume2 app
  help [cmd]     display help for [cmd]

~/Github/plume2 master
❯

from plume2.

hufeng avatar hufeng commented on June 12, 2024

vscode plume2模板代码插件

from plume2.

boneVidy avatar boneVidy commented on June 12, 2024

感觉这个 interface 加个范型会灵活点,要不然每次注入都不能确定relaxProsps 类型
`/**

  • Relax容器组件的props类型
    /
    export interface IRelaxProps <T extends Object = Object>\ {
    relaxProps?: T;
    [name: string]: any;
    }
    /
    *
  • Relax容器组件的类型
    /
    export interface IRelaxComponent extends React.ComponentClass {
    relaxProps?: Object;
    }
    /
    *
  • Store数据容器的参数配置类型
    */
    export interface IOptions {
    debug?: boolean;
    [name: string]: any;
    }`

from plume2.

hufeng avatar hufeng commented on June 12, 2024

@boneVidy yes 是的,我最近也是这样想 抽空重构下

from plume2.

hufeng avatar hufeng commented on June 12, 2024

@boneVidy 我最近在想一个清量一点方案 和你有非常一致的想法 用hook https://github.com/hufeng/iant/tree/master/example/todo

from plume2.

boneVidy avatar boneVidy commented on June 12, 2024

@hufeng 看了下 ,有点immer 结合hooks 的味道
👍

from plume2.

hufeng avatar hufeng commented on June 12, 2024

@boneVidy 是的 用immer的一个尝试

from plume2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.