Server interaction example
Example of communicating with a server using HTTP requests.
- Using web-sys's fetch, and Serde's [de]serializiation.
- Demonstrates sending and receiving Get and Post requests using web_sys's Fetch API, and updating state outside of the element events.
cargo make start
Open 127.0.0.1:8000 in your browser.