{"id":22877125,"url":"https://github.com/michaelheckmann/dev-plugin-zustand","last_synced_at":"2026-05-07T00:35:41.365Z","repository":{"id":221942939,"uuid":"755840877","full_name":"michaelheckmann/dev-plugin-zustand","owner":"michaelheckmann","description":"Expo dev tools plugin to inspect Zustand stores","archived":false,"fork":false,"pushed_at":"2024-03-18T17:37:22.000Z","size":197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T11:05:44.866Z","etag":null,"topics":["expo","plugin","zustand"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/dev-plugin-zustand","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelheckmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-11T08:29:41.000Z","updated_at":"2024-03-18T17:47:01.000Z","dependencies_parsed_at":"2024-02-11T09:29:11.287Z","dependency_job_id":"d64e01d9-cace-4ea4-9257-1b2427b3b6c5","html_url":"https://github.com/michaelheckmann/dev-plugin-zustand","commit_stats":null,"previous_names":["michaelheckmann/dev-plugin-zustand"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelheckmann/dev-plugin-zustand","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelheckmann%2Fdev-plugin-zustand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelheckmann%2Fdev-plugin-zustand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelheckmann%2Fdev-plugin-zustand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelheckmann%2Fdev-plugin-zustand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelheckmann","download_url":"https://codeload.github.com/michaelheckmann/dev-plugin-zustand/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelheckmann%2Fdev-plugin-zustand/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272267230,"owners_count":24903642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expo","plugin","zustand"],"created_at":"2024-12-13T15:29:56.265Z","updated_at":"2026-05-07T00:35:41.340Z","avatar_url":"https://github.com/michaelheckmann.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expo Dev Plugin for Zustand\n\nThis is an [Expo Dev Tool Plugin](https://docs.expo.dev/debugging/devtools-plugins/) for inspecting and modifying (to be implemented) Zustand stores in your Expo app. It was created via the [create-dev-plugin](https://docs.expo.dev/debugging/create-devtools-plugins/) starter.\n\n## Installation\n\n```sh\nnpm install dev-plugin-zustand\n```\n\n## Usage\n\n```tsx\nimport { useZustandDevTools } from \"dev-plugin-zustand\";\nimport { useStore1 } from \"./store1\";\n\nexport default function App() {\n  useZustandDevTools([\n    {\n      name: \"store1\",\n      store: useStore1,\n    },\n  ]);\n\n  return (\n    \u003cView style={styles.container}\u003e\n      \u003cButton\n        title=\"Ping\"\n        onPress={() =\u003e {\n          sendPing();\n        }}\n      /\u003e\n    \u003c/View\u003e\n  );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelheckmann%2Fdev-plugin-zustand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelheckmann%2Fdev-plugin-zustand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelheckmann%2Fdev-plugin-zustand/lists"}