Yew Tutorial (v0.19) - part 2
I continued learning Yew after [this post]({{< ref “rust/yew_tutorial_1.md” >}}).
Important warning As of Feb. 12 2022, I’ve followed/referred the “Next” version of the Yew documentation (not only v0.19) because there are lots of changes.
And I found this statement:
You are currently reading about function components - the recommended way to write components when starting with Yew.
But we have to note that there is a more advanced, but less recommended way to write them - Struct components