Alistair Lynn

Results 21 issues of Alistair Lynn

Consider the following code: ```javascript import { Signal } from './dist/index.js' let switchFlag = false const state = new Signal.State({}) let b const a = new Signal.Computed(() => { if...