yew-api-hook 0.1.0

Use asynchronous api requests in conjunction with yew's suspense feature
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.yew]
version = "0.20"

[dependencies.yew-hooks]
version = "0.2"

[dependencies.yewdux]
optional = true
version = "0.9"

[features]
cache = ["yewdux"]

[package]
authors = ["Mara Schulke <mara@schulke.xyz>"]
categories = ["gui", "network-programming", "wasm", "web-programming"]
description = "Use asynchronous api requests in conjunction with yew's suspense feature\n"
edition = "2021"
homepage = "https://github.com/mara214/yew-api-hook"
keywords = ["yew", "asynchronous", "hooks", "api", "wasm"]
license = "MIT"
name = "yew-api-hook"
readme = "README.md"
repository = "https://github.com/mara214/yew-api-hook.git"
version = "0.1.0"