跳到主要内容
CNode

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

分享
Ssrcjz发布于 11 年前最后回复 11 年前
452500

最基本的功能都有。

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

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

查看回复

回复 (4)

I
ImHype#411 年前

轮子咯 自豪地采用 CNodeJS ionic

I
i5ting#311 年前

已star~

T
TigerSoaring#211 年前

名字起得很有意思

M
Matrixbirds#111 年前

已star~

参与回复

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