Skip to content

Commit

Permalink
[events.mdx] relative link to use_deps_with_effects fixed (#2491)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Kolloch <peter.kolloch@nexxiot.com>
  • Loading branch information
kolloch and Peter Kolloch committed Mar 5, 2022
1 parent 451227f commit 3a11f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/concepts/html/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -697,4 +697,4 @@ For more information on `EventListener`, see the

## Using EventListener in a Function Component

See [Applying event listeners to the DOM](./function-components/hooks/use-effect#applying-event-listeners-to-the-dom).
See [Applying event listeners to the DOM](../function-components/hooks/use-effect#applying-event-listeners-to-the-dom).

1 comment on commit 3a11f15

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yew master branch benchmarks (Lower is better)

Benchmark suite Current: 3a11f15 Previous: 451227f Ratio
yew-struct-keyed 01_run1k 210.1425 268.58299999999997 0.78
yew-struct-keyed 02_replace1k 226.9655 246.9235 0.92
yew-struct-keyed 03_update10th1k_x16 393.74 386.7405 1.02
yew-struct-keyed 04_select1k 89.3675 82.9925 1.08
yew-struct-keyed 05_swap1k 102.049 91.277 1.12
yew-struct-keyed 06_remove-one-1k 34.9915 32.095 1.09
yew-struct-keyed 07_create10k 2382.73 2780.9535 0.86
yew-struct-keyed 08_create1k-after1k_x2 467.164 532.7275 0.88
yew-struct-keyed 09_clear1k_x8 186.206 228.9595 0.81
yew-struct-keyed 21_ready-memory 0.9634475708007812 1.2461891174316406 0.77
yew-struct-keyed 22_run-memory 1.5028305053710938 1.5020027160644531 1.00
yew-struct-keyed 23_update5-memory 1.4616203308105469 1.4616203308105469 1
yew-struct-keyed 24_run5-memory 1.5110435485839844 1.5109291076660156 1.00
yew-struct-keyed 25_run-clear-memory 1.1257438659667969 1.1257438659667969 1
yew-struct-keyed 31_startup-ci 1789.48175 1808.227 0.99
yew-struct-keyed 32_startup-bt 37.82199999999999 41.136 0.92
yew-struct-keyed 34_startup-totalbytes 359.8974609375 359.8974609375 1

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.