@ahoo-wang/fetcher-react 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +105 -0
- package/README.zh-CN.md +103 -0
- package/dist/fetcher/index.d.ts +1 -0
- package/dist/fetcher/index.d.ts.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +12 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.umd.js +2 -0
- package/dist/index.umd.js.map +1 -0
- package/dist/storage/index.d.ts +2 -0
- package/dist/storage/index.d.ts.map +1 -0
- package/dist/storage/useKeyStorage.d.ts +11 -0
- package/dist/storage/useKeyStorage.d.ts.map +1 -0
- package/dist/wow/index.d.ts +1 -0
- package/dist/wow/index.d.ts.map +1 -0
- package/package.json +63 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [2025] [ahoo wang <ahoowang@qq.com>]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
# @ahoo-wang/fetcher-react
|
|
2
|
+
|
|
3
|
+
React Integration Package Fetcher Ecosystem. Provides React Hooks and components for seamless data fetching with
|
|
4
|
+
automatic re-rendering and loading states.
|
|
5
|
+
|
|
6
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-react)
|
|
7
|
+
[](https://github.com/Ahoo-Wang/fetcher/actions)
|
|
8
|
+
[](https://codecov.io/gh/Ahoo-Wang/fetcher)
|
|
9
|
+
[](https://github.com/Ahoo-Wang/fetcher/blob/main/LICENSE)
|
|
10
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-react)
|
|
11
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-react)
|
|
12
|
+
[](https://deepwiki.com/Ahoo-Wang/fetcher)
|
|
13
|
+
|
|
14
|
+
## Features
|
|
15
|
+
|
|
16
|
+
- 🔄 **React Hooks**: Provides React hooks for seamless integration with Fetcher
|
|
17
|
+
- 📦 **Lightweight**: Only 3KiB min+gzip
|
|
18
|
+
- 🌐 **TypeScript Support**: Full TypeScript support with comprehensive type definitions
|
|
19
|
+
- 🚀 **Modern**: Built with modern React patterns and best practices
|
|
20
|
+
- 🧠 **Smart Caching**: Built-in caching and automatic revalidation
|
|
21
|
+
- 📡 **Real-time**: Automatic updates when data changes
|
|
22
|
+
|
|
23
|
+
## Installation
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
npm install @ahoo-wang/fetcher-react
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
30
|
+
|
|
31
|
+
### useKeyStorage Hook
|
|
32
|
+
|
|
33
|
+
The `useKeyStorage` hook provides state management for a KeyStorage instance. It subscribes to storage changes and
|
|
34
|
+
returns the current value along with a setter function.
|
|
35
|
+
|
|
36
|
+
```typescript
|
|
37
|
+
import { useKeyStorage } from '@ahoo-wang/fetcher-react/storage';
|
|
38
|
+
import { KeyStorage } from '@ahoo-wang/fetcher-react';
|
|
39
|
+
|
|
40
|
+
const MyComponent = () => {
|
|
41
|
+
const keyStorage = new KeyStorage<string>({
|
|
42
|
+
key: 'my-key'
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
const [value, setValue] = useKeyStorage(keyStorage);
|
|
46
|
+
|
|
47
|
+
return (
|
|
48
|
+
<div>
|
|
49
|
+
<p>Current
|
|
50
|
+
value: {
|
|
51
|
+
value
|
|
52
|
+
}
|
|
53
|
+
</p>
|
|
54
|
+
< button
|
|
55
|
+
onClick = {()
|
|
56
|
+
=>
|
|
57
|
+
setValue('new value')
|
|
58
|
+
}>
|
|
59
|
+
Update
|
|
60
|
+
Value
|
|
61
|
+
< /button>
|
|
62
|
+
< /div>
|
|
63
|
+
)
|
|
64
|
+
;
|
|
65
|
+
};
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### More Examples
|
|
69
|
+
|
|
70
|
+
```typescript
|
|
71
|
+
// Working with different value types
|
|
72
|
+
const numberStorage = new KeyStorage<number>({ key: 'counter' });
|
|
73
|
+
const [count, setCount] = useKeyStorage(numberStorage);
|
|
74
|
+
|
|
75
|
+
// Working with objects
|
|
76
|
+
interface User {
|
|
77
|
+
id: string;
|
|
78
|
+
name: string;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
const userStorage = new KeyStorage<User>({ key: 'current-user' });
|
|
82
|
+
const [user, setUser] = useKeyStorage(userStorage);
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
## API Reference
|
|
86
|
+
|
|
87
|
+
### useKeyStorage
|
|
88
|
+
|
|
89
|
+
```typescript
|
|
90
|
+
function useKeyStorage<T>(keyStorage: KeyStorage<T>): [T | null, (value: T) => void]
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
A React hook that provides state management for a KeyStorage instance.
|
|
94
|
+
|
|
95
|
+
**Parameters:**
|
|
96
|
+
|
|
97
|
+
- `keyStorage`: The KeyStorage instance to subscribe to and manage
|
|
98
|
+
|
|
99
|
+
**Returns:**
|
|
100
|
+
|
|
101
|
+
- A tuple containing the current stored value and a function to update it
|
|
102
|
+
|
|
103
|
+
## License
|
|
104
|
+
|
|
105
|
+
[Apache 2.0](https://github.com/Ahoo-Wang/fetcher/blob/main/LICENSE)
|
package/README.zh-CN.md
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
# @ahoo-wang/fetcher-react
|
|
2
|
+
|
|
3
|
+
Fetcher 生态的 React 集成包。提供 React Hooks 和组件,实现无缝的数据获取,支持自动重新渲染和加载状态。
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-react)
|
|
6
|
+
[](https://github.com/Ahoo-Wang/fetcher/actions)
|
|
7
|
+
[](https://codecov.io/gh/Ahoo-Wang/fetcher)
|
|
8
|
+
[](https://github.com/Ahoo-Wang/fetcher/blob/main/LICENSE)
|
|
9
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-react)
|
|
10
|
+
[](https://www.npmjs.com/package/@ahoo-wang/fetcher-react)
|
|
11
|
+
[](https://deepwiki.com/Ahoo-Wang/fetcher)
|
|
12
|
+
|
|
13
|
+
## 功能特性
|
|
14
|
+
|
|
15
|
+
- 🔄 **React Hooks**: 提供 React hooks 与 Fetcher 无缝集成
|
|
16
|
+
- 📦 **轻量级**: 仅 3KiB min+gzip
|
|
17
|
+
- 🌐 **TypeScript 支持**: 完整的 TypeScript 支持和全面的类型定义
|
|
18
|
+
- 🚀 **现代化**: 使用现代 React 模式和最佳实践构建
|
|
19
|
+
- 🧠 **智能缓存**: 内置缓存和自动重新验证
|
|
20
|
+
- 📡 **实时更新**: 数据变化时自动更新
|
|
21
|
+
|
|
22
|
+
## 安装
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
npm install @ahoo-wang/fetcher-react
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## 使用方法
|
|
29
|
+
|
|
30
|
+
### useKeyStorage Hook
|
|
31
|
+
|
|
32
|
+
`useKeyStorage` hook 为 KeyStorage 实例提供状态管理。它订阅存储变化并返回当前值以及设置值的函数。
|
|
33
|
+
|
|
34
|
+
```typescript
|
|
35
|
+
import { useKeyStorage } from '@ahoo-wang/fetcher-react/storage';
|
|
36
|
+
import { KeyStorage } from '@ahoo-wang/fetcher-storage';
|
|
37
|
+
|
|
38
|
+
const MyComponent = () => {
|
|
39
|
+
const keyStorage = new KeyStorage<string>({
|
|
40
|
+
key: 'my-key'
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
const [value, setValue] = useKeyStorage(keyStorage);
|
|
44
|
+
|
|
45
|
+
return (
|
|
46
|
+
<div>
|
|
47
|
+
<p>当前值
|
|
48
|
+
:
|
|
49
|
+
{
|
|
50
|
+
value
|
|
51
|
+
}
|
|
52
|
+
</p>
|
|
53
|
+
< button
|
|
54
|
+
onClick = {()
|
|
55
|
+
=>
|
|
56
|
+
setValue('new value')
|
|
57
|
+
}>
|
|
58
|
+
更新值
|
|
59
|
+
< /button>
|
|
60
|
+
< /div>
|
|
61
|
+
)
|
|
62
|
+
;
|
|
63
|
+
};
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### 更多示例
|
|
67
|
+
|
|
68
|
+
```typescript
|
|
69
|
+
// 处理不同类型的值
|
|
70
|
+
const numberStorage = new KeyStorage<number>({ key: 'counter' });
|
|
71
|
+
const [count, setCount] = useKeyStorage(numberStorage);
|
|
72
|
+
|
|
73
|
+
// 处理对象
|
|
74
|
+
interface User {
|
|
75
|
+
id: string;
|
|
76
|
+
name: string;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
const userStorage = new KeyStorage<User>({ key: 'current-user' });
|
|
80
|
+
const [user, setUser] = useKeyStorage(userStorage);
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## API 参考
|
|
84
|
+
|
|
85
|
+
### useKeyStorage
|
|
86
|
+
|
|
87
|
+
```typescript
|
|
88
|
+
function useKeyStorage<T>(keyStorage: KeyStorage<T>): [T | null, (value: T) => void]
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
为 KeyStorage 实例提供状态管理的 React hook。
|
|
92
|
+
|
|
93
|
+
**参数:**
|
|
94
|
+
|
|
95
|
+
- `keyStorage`: 要订阅和管理的 KeyStorage 实例
|
|
96
|
+
|
|
97
|
+
**返回值:**
|
|
98
|
+
|
|
99
|
+
- 包含当前存储值和更新函数的元组
|
|
100
|
+
|
|
101
|
+
## 许可证
|
|
102
|
+
|
|
103
|
+
[Apache 2.0](https://github.com/Ahoo-Wang/fetcher/blob/main/LICENSE)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/fetcher/index.ts"],"names":[],"mappings":""}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAaA,cAAc,WAAW,CAAC"}
|
package/dist/index.es.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../src/storage/useKeyStorage.ts"],"sourcesContent":["/*\n * Copyright [2021-present] [ahoo wang <ahoowang@qq.com> (https://github.com/Ahoo-Wang)].\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { useSyncExternalStore } from 'react';\nimport { KeyStorage } from '@ahoo-wang/fetcher-storage';\n\n/**\n * A React hook that provides state management for a KeyStorage instance.\n * Subscribes to storage changes and returns the current value along with a setter function.\n *\n * @template T - The type of value stored in the key storage\n * @param keyStorage - The KeyStorage instance to subscribe to and manage\n * @returns A tuple containing the current stored value and a function to update it\n */\nexport function useKeyStorage<T>(\n keyStorage: KeyStorage<T>,\n): [T | null, (value: T) => void] {\n const store = useSyncExternalStore(\n keyStorage.addListener.bind(keyStorage),\n keyStorage.get.bind(keyStorage),\n keyStorage.get.bind(keyStorage),\n );\n return [store, keyStorage.set.bind(keyStorage)];\n}"],"names":["useKeyStorage","keyStorage","useSyncExternalStore"],"mappings":";AAwBO,SAASA,EACdC,GACgC;AAMhC,SAAO,CALOC;AAAA,IACZD,EAAW,YAAY,KAAKA,CAAU;AAAA,IACtCA,EAAW,IAAI,KAAKA,CAAU;AAAA,IAC9BA,EAAW,IAAI,KAAKA,CAAU;AAAA,EAAA,GAEjBA,EAAW,IAAI,KAAKA,CAAU,CAAC;AAChD;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(function(n,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],t):(n=typeof globalThis<"u"?globalThis:n||self,t(n.FetcherReact={},n.React))})(this,(function(n,t){"use strict";function i(e){return[t.useSyncExternalStore(e.addListener.bind(e),e.get.bind(e),e.get.bind(e)),e.set.bind(e)]}n.useKeyStorage=i,Object.defineProperty(n,Symbol.toStringTag,{value:"Module"})}));
|
|
2
|
+
//# sourceMappingURL=index.umd.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.umd.js","sources":["../src/storage/useKeyStorage.ts"],"sourcesContent":["/*\n * Copyright [2021-present] [ahoo wang <ahoowang@qq.com> (https://github.com/Ahoo-Wang)].\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { useSyncExternalStore } from 'react';\nimport { KeyStorage } from '@ahoo-wang/fetcher-storage';\n\n/**\n * A React hook that provides state management for a KeyStorage instance.\n * Subscribes to storage changes and returns the current value along with a setter function.\n *\n * @template T - The type of value stored in the key storage\n * @param keyStorage - The KeyStorage instance to subscribe to and manage\n * @returns A tuple containing the current stored value and a function to update it\n */\nexport function useKeyStorage<T>(\n keyStorage: KeyStorage<T>,\n): [T | null, (value: T) => void] {\n const store = useSyncExternalStore(\n keyStorage.addListener.bind(keyStorage),\n keyStorage.get.bind(keyStorage),\n keyStorage.get.bind(keyStorage),\n );\n return [store, keyStorage.set.bind(keyStorage)];\n}"],"names":["useKeyStorage","keyStorage","useSyncExternalStore"],"mappings":"wQAwBO,SAASA,EACdC,EACgC,CAMhC,MAAO,CALOC,EAAAA,qBACZD,EAAW,YAAY,KAAKA,CAAU,EACtCA,EAAW,IAAI,KAAKA,CAAU,EAC9BA,EAAW,IAAI,KAAKA,CAAU,CAAA,EAEjBA,EAAW,IAAI,KAAKA,CAAU,CAAC,CAChD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/storage/index.ts"],"names":[],"mappings":"AAaA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { KeyStorage } from '@ahoo-wang/fetcher-storage';
|
|
2
|
+
/**
|
|
3
|
+
* A React hook that provides state management for a KeyStorage instance.
|
|
4
|
+
* Subscribes to storage changes and returns the current value along with a setter function.
|
|
5
|
+
*
|
|
6
|
+
* @template T - The type of value stored in the key storage
|
|
7
|
+
* @param keyStorage - The KeyStorage instance to subscribe to and manage
|
|
8
|
+
* @returns A tuple containing the current stored value and a function to update it
|
|
9
|
+
*/
|
|
10
|
+
export declare function useKeyStorage<T>(keyStorage: KeyStorage<T>): [T | null, (value: T) => void];
|
|
11
|
+
//# sourceMappingURL=useKeyStorage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useKeyStorage.d.ts","sourceRoot":"","sources":["../../src/storage/useKeyStorage.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAAC,CAAC,EAC7B,UAAU,EAAE,UAAU,CAAC,CAAC,CAAC,GACxB,CAAC,CAAC,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC,CAOhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/wow/index.ts"],"names":[],"mappings":""}
|
package/package.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ahoo-wang/fetcher-react",
|
|
3
|
+
"version": "1.3.2",
|
|
4
|
+
"description": "React integration for Fetcher HTTP client. Provides React Hooks and components for seamless data fetching with automatic re-rendering and loading states.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"fetch",
|
|
7
|
+
"http",
|
|
8
|
+
"client",
|
|
9
|
+
"react",
|
|
10
|
+
"hooks",
|
|
11
|
+
"typescript",
|
|
12
|
+
"data-fetching"
|
|
13
|
+
],
|
|
14
|
+
"author": "Ahoo-Wang",
|
|
15
|
+
"license": "Apache-2.0",
|
|
16
|
+
"homepage": "https://github.com/Ahoo-Wang/fetcher/tree/master/packages/fetcher-react",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/Ahoo-Wang/fetcher.git",
|
|
20
|
+
"directory": "packages/fetcher-react"
|
|
21
|
+
},
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url": "https://github.com/Ahoo-Wang/fetcher/issues"
|
|
24
|
+
},
|
|
25
|
+
"type": "module",
|
|
26
|
+
"main": "./dist/index.umd.js",
|
|
27
|
+
"module": "./dist/index.es.js",
|
|
28
|
+
"types": "./dist/index.d.ts",
|
|
29
|
+
"exports": {
|
|
30
|
+
".": {
|
|
31
|
+
"types": "./dist/index.d.ts",
|
|
32
|
+
"import": "./dist/index.es.js",
|
|
33
|
+
"require": "./dist/index.umd.js"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"dist"
|
|
38
|
+
],
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@ahoo-wang/fetcher": "1.8.0",
|
|
41
|
+
"@ahoo-wang/fetcher-storage": "1.8.0"
|
|
42
|
+
},
|
|
43
|
+
"peerDependencies": {
|
|
44
|
+
"react": ">=16.8.0",
|
|
45
|
+
"react-dom": ">=16.8.0"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@testing-library/react": "^14.0.0",
|
|
49
|
+
"@types/react": "^18.0.0",
|
|
50
|
+
"@types/react-dom": "^18.0.0",
|
|
51
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
52
|
+
"jsdom": "^22.0.0",
|
|
53
|
+
"react": "^18.0.0",
|
|
54
|
+
"react-dom": "^18.0.0"
|
|
55
|
+
},
|
|
56
|
+
"scripts": {
|
|
57
|
+
"build": "vite build",
|
|
58
|
+
"test": "vitest run --coverage",
|
|
59
|
+
"lint": "eslint . --fix",
|
|
60
|
+
"clean": "rm -rf dist",
|
|
61
|
+
"analyze": "npx vite-bundle-analyzer -p auto"
|
|
62
|
+
}
|
|
63
|
+
}
|