state-jet 2.0.13 → 2.0.14
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -285,6 +285,9 @@ If you need the simplest, fastest, and most advanced state management solution f
|
|
|
285
285
|
| **Undo/Redo** | ❌ No | ❌ No | ❌ No | ❌ No | ⚠️ Requires Middleware | ✅ Built-in |
|
|
286
286
|
| **CRDT Conflict Resolution** | ❌ No | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
|
|
287
287
|
|
|
288
|
+
## Comparison with other libraries
|
|
289
|
+
|
|
290
|
+
- [Difference between state-jet and other state management libraries for React](https://npm-stat.com/charts.html?package=state-jet&package=zustand&package=%40reduxjs%2Ftoolkit&package=recoil)
|
|
288
291
|
|
|
289
292
|
## Contributing
|
|
290
293
|
|