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

`NoHydrate` without wrapper `div` #563

Closed Dav1dde closed 3 weeks ago

Dav1dde commented 1 year ago

Currently NoHydrate introduces a wrapper div, this makes CSS-styling a lot harder to do correctly. It would be good if it did not introduce an additional element.