You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn/benefits/Speed.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Click on Preview, then use your mouse or trackpad to pan and zoom — the he
20
20
If you move quickly, you might reach 20,000 or 30,000 delta updates per second. We've seen some examples that go over 40,000 updates per
21
21
second — but we've never actually hit the limit.
22
22
23
-
<predata-code-livepreview>
23
+
```javascript live-preview
24
24
importContainerfrom'../container/Base.mjs';
25
25
importHelixfrom'../component/Helix.mjs';
26
26
@@ -43,7 +43,7 @@ class MainView extends Container {
43
43
}
44
44
}
45
45
MainView =Neo.setupClass(MainView);
46
-
</pre>
46
+
```
47
47
48
48
49
49
If you're interested, there's <ahref="../../examples/component/helix/index.html"target="_blank">a more full-featured helix example</a> that includes showing delta updates,
0 commit comments