zino-rs / zino

Next-generation framework for composable applications in Rust.
https://crates.io/crates/zino
MIT License
762 stars 52 forks source link

Leptos Integration #118

Closed akelyasir closed 1 month ago

akelyasir commented 3 months ago

Hi @photino

Are you planning to integrate with Leptos? For SSR use.

photino commented 3 months ago

I don't know how to integrate with Leptos, since it does not provide a Router type. The integration with Dioxus works only since 0.4 because the Router is not used in a macro.