flosse / rust-web-framework-comparison

A comparison of some web frameworks and libs written in Rust
4.99k stars 194 forks source link

Update SSR to yes for sycamore #133

Closed lukechu10 closed 3 years ago

lukechu10 commented 3 years ago

Sycamore supports SSR since v0.5.0: https://sycamore-rs.netlify.app/docs/v0.5/advanced/ssr

Even though Sycamore does not support client-side hydration (it just currently replaces the root node), neither does sauron which also has SSR set to yes in the table.

flosse commented 3 years ago

thx!