alkali
alkali copied to clipboard
Alkali is library for functional reactive data flows that drive native-based UI elements
Hello, first thank you for all your work on this, hopping this isn't a dumb question. I'd like to know if a variable has any listeners, or dependent variable using...
Hey Kris, are you open to a PR augmenting the way alkali is packaged to include native ES6 module support?
It seems that it doesn't correctly toggle the [`HTMLSelectElement.disabled`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLSelectElement/disabled) property.
Is it possible/desirable for maps generated by keyBy to return original variable instances? ```js class Foo extends Variable {} const Collection = VArray.of(Foo) const collection = new Collection([{ Name: 'Kerry',...