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
11
12
13
14
15
16
17
[
  {
    "id": 1,
    "title": "hey",
    "completed": false
  },
  {
    "id": 2,
    "title": "hello",
    "completed": false
  },
  {
    "id": 3,
    "title": "hey",
    "completed": false
  }
]