D
Size: a a a
D
R
NK

useGate with fork support from effector-react/ssrdomain optional field to createGate which will be used to create gate units (useful for ssr)useList hook typings for typescript exported from effector-react/ssr by allowing usage as components' return value (fix DefinitelyTyped issue)🚀🚀
🚀🚀
R
c
🚀🚀
🚀🚀
root.onCreateEvent(event => {
const watch = event.watch
event.watch = fn => watch(upd => {
console.group(...)
try {
fn(upd)
} finally {
console.groupEnd(...)
}
})
})c
AO
🚀🚀
AO
🚀🚀
🚀🚀
AO
R
c