|
@@ -74,8 +74,6 @@ cargo run --example hello_world
|
|
|
|
|
|
[tasks](./tasks.rs) - Continuously run future
|
|
[tasks](./tasks.rs) - Continuously run future
|
|
|
|
|
|
-[order](./order.rs)
|
|
|
|
-
|
|
|
|
### SVG
|
|
### SVG
|
|
|
|
|
|
[svg_basic](./svg_basic.rs)
|
|
[svg_basic](./svg_basic.rs)
|
|
@@ -86,6 +84,12 @@ cargo run --example hello_world
|
|
|
|
|
|
[framework_benchmark](./framework_benchmark.rs) - Renders a huge list
|
|
[framework_benchmark](./framework_benchmark.rs) - Renders a huge list
|
|
|
|
|
|
|
|
+> Note: The benchmark should be run in release mode:
|
|
|
|
+>
|
|
|
|
+>```shell
|
|
|
|
+> cargo run --example framework_benchmark --release
|
|
|
|
+>```
|
|
|
|
+
|
|
[heavy_compute](./heavy_compute.rs) - How to deal with expensive operations
|
|
[heavy_compute](./heavy_compute.rs) - How to deal with expensive operations
|
|
|
|
|
|
## Server-side rendering
|
|
## Server-side rendering
|