zustand-middleware-computed-state
Version:
Computed state middleware for Zustand
37 lines (36 loc) • 812 B
JSON
{
"name": "zustand-middleware-computed-state",
"private": false,
"version": "0.1.3",
"description": "Computed state middleware for Zustand",
"main": "index.cjs.js",
"module": "index.js",
"types": "index.d.ts",
"files": [
"**"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/cmlarsen/zustand-middleware-computed-state.git"
},
"keywords": [
"react",
"state",
"manager",
"management",
"redux",
"store",
"zustand",
"computed",
"derived",
"selector",
"middleware"
],
"author": "Caleb Larsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/cmlarsen/zustand-middleware-computed-state/issues"
},
"homepage": "https://github.com/cmlarsen/zustand-middleware-computed-state"
}