·zustand
</>

zustand

用于 json-render 的 StateStore 接口的 Zustand 适配器。通过 @json-render/zustand 将 json-render 与 Zustand 集成以进行状态管理时使用。

43安装·10热度·@vercel-labs

安装

$npx skills add https://github.com/vercel-labs/json-render --skill zustand

如何安装 zustand

通过命令行快速安装 zustand AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/vercel-labs/json-render --skill zustand
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:vercel-labs/json-render。

SKILL.md

查看原文

Zustand adapter for json-render's StateStore interface. Wire a Zustand vanilla store as the state backend for json-render.

Requires Zustand v5+. Zustand v4 is not supported due to breaking API changes in the vanilla store interface.

| store | StoreApi | Yes | Zustand vanilla store (from createStore in zustand/vanilla) | | selector | (state) => StateModel | No | Select the json-render slice. Defaults to entire state. |

用于 json-render 的 StateStore 接口的 Zustand 适配器。通过 @json-render/zustand 将 json-render 与 Zustand 集成以进行状态管理时使用。 来源:vercel-labs/json-render。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/vercel-labs/json-render --skill zustand
分类
</>开发工具
认证
收录时间
2026-03-08
更新时间
2026-03-10

Browse more skills from vercel-labs/json-render

快速解答

什么是 zustand?

用于 json-render 的 StateStore 接口的 Zustand 适配器。通过 @json-render/zustand 将 json-render 与 Zustand 集成以进行状态管理时使用。 来源:vercel-labs/json-render。

如何安装 zustand?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/vercel-labs/json-render --skill zustand 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/vercel-labs/json-render