Dioxus Fullstack Core
Dioxus-fullstack-core provides types, traits, hooks, contexts for dioxus-fullstack. Libraries that need to integrate with dioxus-fullstack should rely on this crate instead of the full-fledged 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