1
ariesjia 2015-01-23 23:23:30 +08:00
用过他的1.0 在mobile项目中用了,
最近他刚更新了2.0 感觉看起来挺棒的,准备搞搞 |
2
yakczh 2015-01-23 23:28:23 +08:00 1
这个相比React有什么优势吗?
|
9
yakczh 2015-01-24 16:12:56 +08:00
安装 riot 报错
npm ERR! [email protected] install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install script. npm ERR! This is most likely a problem with the gaze package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls gaze npm ERR! There is likely additional logging output above. npm ERR! System Windows_NT 6.1.7601 npm ERR! command "G:\\nodejs\\\\node.exe" "G:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "riot" "-g" npm ERR! cwd d:\www\js\reactjs\riotjs-2.0.1\compiler npm ERR! node -v v0.10.34 npm ERR! npm -v 1.4.28 npm ERR! code ELIFECYCLE npm ERR! not ok code 0 如果不编译的话,怎么个用法? |
11
ariesjia 2015-01-24 17:54:05 +08:00
你的意思是 不用自定义tag么? 可以的啊 他还是可以的
|
12
icylogic 2015-01-25 12:45:31 +08:00 via Android
我其实不喜欢这种把内容样式逻辑又混到一起的。。
|
14
tamamaxox 2015-01-27 12:48:57 +08:00
这个明明就不是UI库嘛,还好走进来看看
|
15
tamamaxox 2015-01-27 13:07:58 +08:00
这个东西的编译跟react不是同一回事啊,react是直接把tag编译成js语句,这个只是字符串。
|
17
tamamaxox 2015-01-27 14:25:20 +08:00
@coolicer 是编译出来,但是只是把tag做成字符串模版。然后在运行环境才对这个模版解析
而react是编译成创建dom的语句。 |
18
wmzsonic 2015-03-16 08:48:24 +08:00
我一直在关注,感觉挺不错,但是文档不够丰满
|