Dioxus Fullstack Hooks
Dioxus fullstack hooks provides hooks and contexts for dioxus-fullstack. Libraries that need to integrate with dioxus-fullstack should rely on this crate instead of the renderer for quicker build times.
Usage
To start using this crate, you can run the following command:
Then you can use hooks like use_server_future in your components:
use *;
async