Skip to content

Commit 108a9fa

Browse files
committed
rewrite (ts) progress: observer
1 parent d8707f5 commit 108a9fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1502
-2670
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ define UserList (store: IStore) {
232232
We thoroughly pay attention to the performance, especially on the mobile CPU. _The DOM based and the Shadow DOM approach is the fastest way to create hierarchical component structure._
233233
234234
Some benchmarks:
235-
- Mask vs raw HTML Template Engines - [:jsperf](http://jsperf.com/dom-vs-innerhtml-based-templating/711)
235+
- Mask vs raw HTML Template Engines - [:jsperf](https://jsperf.com/dom-vs-innerhtml-based-templating/1097)
236236
- Mask vs Angular - [:jsperf](http://jsperf.com/mask-vs-angular/6)
237237
- MaskDOM AST vs JSON parse - [:jsperf](http://jsperf.com/maskjs-vs-json/13)
238238
- Mask Markup vs HTML - [:jsperf](http://jsperf.com/mask-vs-contextual-fragment/9)

0 commit comments

Comments
 (0)