We need some kind of routing logic in the front end. That makes things like page navigation easier, but its also kind of necessary for features like linking to a game.
No idea how to do this in Yew. Perhaps we will have to do some JS interop. Basically we need:
Some kind of event listening for when the route changes
We need some kind of routing logic in the front end. That makes things like page navigation easier, but its also kind of necessary for features like linking to a game.
No idea how to do this in Yew. Perhaps we will have to do some JS interop. Basically we need: