DZ
Size: a a a
DZ
DZ
NK
l
l
l
l
OA
NK
l
l
l
DZ
З
function useStore(store) {
const [value, update] = useState(store.defaultValue)
useEffect(() => store.watch(update), [store])
return value
}
function useModule(Module) {
return useRef(Module()).current
}
at
l
at