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

Improve generation of HTML for the hydrate example. #657

Closed lukechu10 closed 8 months ago

lukechu10 commented 8 months ago

This changes the hydrate app to render the HTML when using cargo run so that we no longer need to manually update the HTML.

Closes #656

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (a7bec19) 61.06% compared to head (c6229a9) 60.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #657 +/- ## ========================================== - Coverage 61.06% 60.67% -0.40% ========================================== Files 54 54 Lines 8985 8783 -202 ========================================== - Hits 5487 5329 -158 + Misses 3498 3454 -44 ```

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

lukechu10 commented 8 months ago

CI failure is caused by new Clippy lint. Will fix another time.