CNode

用170行代码重新实现了 React.js,玩具版。wheel.js

分享
Ssrcjz发布于11 年前最后回复11 年前4 回复5222 浏览0 收藏

最基本的功能都有。

var HelloMessage = wheel.newClass({
    jml: function(){
        return ["div","Hello, ", this.nodes.join(", "), "!"];
    }
});
wheel.renderFor("content", [HelloMessage,"World"]);

地址: https://github.com/srcjz/wheel.js

查看回复

回复 (4)

M
Matrixbirds#1·11 年前

已star~

T
TigerSoaring#2·11 年前

名字起得很有意思

I
i5ting#3·11 年前

已star~

I
ImHype#4·11 年前

轮子咯 自豪地采用 CNodeJS ionic

参与回复
登录后即可参与回复。登录