dioxus-provider 0.2.1

Data fetching and caching library for Dioxus applications with intelligent caching strategies and global providers.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Provider hooks and utilities for Dioxus applications

// Internal helper modules
mod internal;

// Main hooks implementation
mod provider;

// Re-export everything from provider
pub use provider::*;