@quanta-lib/q-state 1.1.4 → 1.1.5

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # Q-State
2
2
 
3
3
  A lightweight React state management engine using `useSyncExternalStore` with optional localStorage caching and value transformation.
4
+
5
+ # small issue
6
+
4
7
  Hey i have an isssue, when you use nextjs with this library, just copy the engine code in the q-state file
5
8
  because this library had hydration issue, after you copy it, use it inside your src file, so this library can work
6
9
  well in nextjs, im sorry for that...
7
10
 
11
+ # Github link
12
+
13
+ Here my open source github link, lets colaborate and grow together!
14
+ https://github.com/ammaar-engineer/Q-State
15
+
8
16
  ## Installation
9
17
 
10
18
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quanta-lib/q-state",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "A lightweight React state management library using `useSyncExternalStore` with optional localStorage caching and value transformation.",
5
5
  "main": "dist/Q-State-Engine.js",
6
6
  "types": "src/Q-State-Engine.ts",