examples/futures/README.md
Fetches Yew's README file and renders it to the page.
This example shows off how to make asynchronous fetch requests using web-sys and Yew's futures support.
It makes use of yewtil's LinkFuture to easily send messages asynchronously.
It also contains a Markdown renderer which manually creates Html without using the html! macro.
Run this application with the trunk development server:
trunk serve --open