Zustand

Created at 2023-10-27
Updated at 2023-10-27
Zustand 库打包支持浏览器
#框架库
#前端开发
#React
Total Installs
49
Today's New
+1
User Rating
- / 5.0 (0)
Current Version
1.0.0
// @require https://scriptcat.org/lib/1350/1.0.0/Zustand.js?sha384-0FgHDZKf7YPkbsfYZ5XBEYuiUgPUKUjLZnEWwjvKMQaoKaKUglMtPcwQd9IFX48F
Library Details
This is a library used by userscripts, you can reference it directly in your scripts.
将 Zustand React 状态管理库打包供浏览器环境使用的工具脚本

使用webpack打包,可以参考lib项目

import { create } from "zustand";

(<any>window).Zustand = {
  create: create,
};