🚀🚀
Size: a a a
🚀🚀
ф
c
state.map((item, index) => {
if (index === params.index) {
return { …item, ban: null }
}
return item
})c
const links = resolveScope(domain)
server.route((req, res) => {
const scope = forkStatic(links)
})🚀🚀
c
ip
АХ
const baseScope = fork(root); // потом этот скоуп не трогаем никак, кроме создания новых скоупов от негоно апи с разделением, конечно, более явное
server.route(() => {
const scope = fork(baseScope);
....
})
IK
c
useSuspense(todosLoadFx)DS
c
IK
IK
65 ms
3.9 Mb
IK
c
🚀🚀
const $a = domain1.createStore(0)
const $b = combine($a, x => x + 1)
fork(domain1)
const $c = domain2.createStore(0)
const $d = combine($a, $c, (x, y) => x + y)
fork(domain1)
🚀🚀
IK
🚀🚀