sycamore-rs / sycamore

A library for creating reactive web apps in Rust and WebAssembly
https://sycamore-rs.netlify.app
MIT License
2.79k stars 148 forks source link

Update Router example to use non-referenced ReadSignal #647

Closed noxxxxxious closed 10 months ago

noxxxxxious commented 10 months ago

Also rerendered docs

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (28b9106) 61.19% compared to head (3c694ca) 61.12%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #647 +/- ## ========================================== - Coverage 61.19% 61.12% -0.08% ========================================== Files 55 55 Lines 9022 9059 +37 ========================================== + Hits 5521 5537 +16 - Misses 3501 3522 +21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

noxxxxxious commented 10 months ago

That should do it!