-
O网页链接 。 Regularjs的 O网页链接。 看了下这个 track-by 版本 应该是所有最快了, 其实还没有完全的优化。 其实没有那么多奥秘, 谁的dom变更少就快。 其次就是数据层的差异了(不是最关键差异 ) 。
-
``` html
content
```
如果标签上加了isolate,且有内嵌内容,会报错
![image](https://cloud.githubusercontent.com/assets/8707316/11607502/fe136a32-9b83-11e5-8fff-07db715f481d.png)
-
@leeluolee 指南只有一节了?
-
写temple的时候,如何格式化时间?
![regalr](https://cloud.githubusercontent.com/assets/5101286/11528119/bea206a8-991f-11e5-8fd7-479fc9ee6b38.png)
-
类似 VueJS 的
``` javascript
this.$watch('todos', function (todos) {
todoStorage.save(todos);
}, { deep: true });
```
之中的 { deep: true }
-
A component should based particular html+css. using bootstrap beacuse of its Popularity
1. version: bootstrap 3.x. lastest version. **only ·css+html· is depended**
2. support: all component list in…
-
遍历时数组可能会有变动,所以不能用简单的for循环。
建议直接复制mozilla的兼容代码
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach#Polyfill
-
You can find prerelease verion on http://leeluolee.github.io/js-repaint-perfs/regularjs/ .
if i can, I will send a pull request to you
-
I have completed the work to creating **Single Page Application** use Regularjs, and have test it in production , thanks for my patient colleague :).
The routing function is supported by [stateman]…
-
When inserting `` tag inside component it raises _"Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'."_
Looking at the source code I found that the test in `browser-nested.…
mekto updated
9 years ago