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
//! Internal helper modules for provider hooks
//!
//! This module contains internal implementation details for the provider system.
//! These modules are not part of the public API and may change without notice.

pub(super) mod cache_mgmt;
pub(super) mod swr;
pub(super) mod tasks;