@fun-tools/store 1.0.0 → 1.0.1
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/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @fun-tools/store
|
|
2
2
|
|
|
3
3
|
> A lightweight, type-safe external store library for React, React Native, and Next.js
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@fun-tools/store)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
|
|
8
8
|
## 📋 Overview
|
|
9
9
|
|
|
10
|
-
`@
|
|
10
|
+
`@fun-tools/store` is a minimal yet powerful state management solution built on React's `useSyncExternalStore` API. It provides automatic handler generation, TypeScript support, and works seamlessly across React, React Native, and Next.js applications.
|
|
11
11
|
|
|
12
12
|
## ✨ Features
|
|
13
13
|
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
## 📦 Installation
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
npm install @
|
|
25
|
+
npm install @fun-tools/store
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
yarn add @
|
|
29
|
+
yarn add @fun-tools/store
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
pnpm add @
|
|
33
|
+
pnpm add @fun-tools/store
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
## 🚀 Quick Start
|
|
@@ -430,7 +430,7 @@ MIT © [Your Name]
|
|
|
430
430
|
|
|
431
431
|
- [GitHub Repository](https://github.com/yourusername/ex-store)
|
|
432
432
|
- [Issues](https://github.com/yourusername/ex-store/issues)
|
|
433
|
-
- [NPM Package](https://www.npmjs.com/package/@
|
|
433
|
+
- [NPM Package](https://www.npmjs.com/package/@fun-tools/store)
|
|
434
434
|
|
|
435
435
|
---
|
|
436
436
|
|