D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
hrfiudwx
/
smallbizsavvytips.com
/
fixxx
/
wp-content
/
plugins
/
extendify
/
src
/
Draft
/
state
/
Filename :
factory.js
back
Copy
import { create } from 'zustand'; import { devtools } from 'zustand/middleware'; export const pageState = (name, dataCb) => create(devtools(dataCb, { name: `Extendify Draft ${name}` }));