AK
Size: a a a
AK
l
DR
DR
DZ
l
DZ
DZ
NK
DK
import store from './singleStateOfTruth'
const text = store.map(state => state.text)
import {combine} from 'effector'
import {fooStore, barStore} from './store'
const store = combine(fooStore, barStore, (foo, bar) => ({
foo, bar,
}))
l
l
DK
l
DZ
DK
NK
l
l