docs
docs copied to clipboard
Fix broken link
typo fix
The reason is that it writes "**a `Callback` is returned**". https://github.com/yewstack/docs/blob/2bdbafcd7edb07c241d64ca13bab4aa042a7eb85/src/concepts/components/callbacks.md#L23-L27 [send_message_batch](https://docs.rs/yew/0.17.1/yew/html/struct.Scope.html#method.send_message_batch) does not return `Callback` , but [batch_callback](https://docs.rs/yew/0.17.1/yew/html/struct.Scope.html#method.batch_callback) return `Callback`. If it's correct, I create a pull request.
I've tried guessing at this at least 10 ways. How about a guide on how to actually build the `examples/`. I can't get the todomvc example to even run.
The [Websocket service](https://docs.rs/yew/0.16.2/yew/services/struct.WebSocketService.html) is only documented in the API documentation. An explanation of how it works and how to use it should be included here.
See yewstack/yew#1266.
This explains in much more detail what you need to do to get a project running with `wasm-pack`. It references https://github.com/yewstack/yew-wasm-pack-minimal as part of an info box, but the instructions...