Crate yew_api_hook

source ·

Modules

Structs

A lazy api response which you can trigger through the run callback
Use API Options

Traits

The core request trait which has to be implemented for all handler which can be executed through the use api hook.

Functions

The basic api hook which requests data on mount and preserves its data through out the component lifetime
Useful when not wanting to run a request on mount, e.g. for a logout button You may run the request multiple times through multiple emits of the callback
Useful when not wanting to run a request on mount, e.g. for a logout button You may run the request multiple times through multiple emits of the callback
Useful when not wanting to run a request on mount, e.g. for a logout button You may run the request multiple times through multiple emits of the callback
Useful when not wanting to run a request on mount, e.g. for a logout button You may run the request multiple times through multiple emits of the callback
The basic api hook which requests data on mount and preserves its data through out the component lifetime.