For those who try this tutorial with yew 0.20.0 and not 0.19.3 as the tutorial was made for, it seems that yew::start_app::<App>(); is no longer available. Instead, taken from the Yew 0.20 starter template:
fnmain(){yew::Renderer::<App>::new().render();}
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Thanks for the great tutorial.
For those who try this tutorial with yew 0.20.0 and not 0.19.3 as the tutorial was made for, it seems that
yew::start_app::<App>();is no longer available. Instead, taken from the Yew 0.20 starter template: