jetli / rust-yew-realworld-example-app

Exemplary real world app built with Rust + Yew + WebAssembly, by Function Components + Hooks, also supports desktop by Tauri.
https://jetli.github.io/rust-yew-realworld-example-app/
Apache License 2.0
855 stars 110 forks source link

No longer compiles as of yew 0.18.0 #23

Closed tempAEeae closed 2 years ago

tempAEeae commented 2 years ago

This example is no longer correct as of yew 0.18.0 due to breaking changes ( IntoPropValue, ImplicitClone)
see https://github.com/yewstack/yew/issues/1888, https://github.com/yewstack/yew/pull/1895