use-synchronized-state 1.0.1 → 1.0.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/package.json +9 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "use-synchronized-state",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A React hook that creates a synchronized state with a reactive value in react (fixing the Cascading updates issue)",
|
|
5
5
|
"author": "rhorge",
|
|
6
6
|
"license": "MIT",
|
|
@@ -69,6 +69,13 @@
|
|
|
69
69
|
"react",
|
|
70
70
|
"react hooks",
|
|
71
71
|
"typescript",
|
|
72
|
-
"npm"
|
|
72
|
+
"npm",
|
|
73
|
+
"state",
|
|
74
|
+
"state management",
|
|
75
|
+
"cascading updates",
|
|
76
|
+
"synchronize",
|
|
77
|
+
"synchronized",
|
|
78
|
+
"rendering",
|
|
79
|
+
"use-synchronized-state"
|
|
73
80
|
]
|
|
74
81
|
}
|