꧁岡
Size: a a a
꧁岡
꧁岡
꧁岡
꧁岡
🚀🚀
DS
꧁岡
꧁岡
YL
꧁岡
🦜
DS
🦜
DS
🚀🚀
🚀🚀
const toCall = []
let hackActivated = false
const useStore = store => {
toCall.push(store)
if (!hackActivated) {
hackActivated = true
setTimeout(() => {
hackActivated = false
toCall.forEach(store => effector.useStore(store))
})
}
}
const Foo = () => {
useStore(foo)
return null
}
const Bar = () => {
useStore(bar)
return <Foo />
}
🚀🚀
🦜
const toCall = []
let hackActivated = false
const useStore = store => {
toCall.push(store)
if (!hackActivated) {
hackActivated = true
setTimeout(() => {
hackActivated = false
toCall.forEach(store => effector.useStore(store))
})
}
}
const Foo = () => {
useStore(foo)
return null
}
const Bar = () => {
useStore(bar)
return <Foo />
}
🚀🚀
DS
const toCall = []
let hackActivated = false
const useStore = store => {
toCall.push(store)
if (!hackActivated) {
hackActivated = true
setTimeout(() => {
hackActivated = false
toCall.forEach(store => effector.useStore(store))
})
}
}
const Foo = () => {
useStore(foo)
return null
}
const Bar = () => {
useStore(bar)
return <Foo />
}