Brian M Hunt
Brian M Hunt
@daedalus28 Thanks for the link and input. I've reviewed the two front-runner options, namely React and Vue, and the Vue model for slots seems more in-line with the KO model....
@grofit It is implemented, but not documented. The unit tests verifying the behaviour are here: https://github.com/knockout/tko/blob/master/packages/binding.component/spec/componentBindingBehaviors.js#L1019-L1430
Thanks for the great report @tomm1e — I'll try to have a look at it in the not-too-distant future.
I believe TKO supports ES modules in the desired way. You would consume them much the way the `@tko/build.reference/index.js` imports and builds the standalone library.
I get it. Will look into it, for sure. I feel like reworking the loader in general, too. Just to ensure I’m on the right page, can you put together...
Thanks @daedalus28 ! I've been thinking about that a bit lately. At some point, it might be possible to replace the tko observables with mobx, if there were a compelling...
Thanks! What should we compare tko to?
On a philosophical level, I was thinking: 1. React is "Javascript-first" 2. Vue is "HTML first" 3. Knockout is "Data first" More specifically, KO being an observable-first design, it's more...
@cosmoKenney Feel free to open a new issue for a CLI. It's something that's been on my TODO for a long time, but haven't gotten to yet. I'd like to...
In principle this makes sense, and I'm happy to plug in the changes for recognizing type-11 nodes, subject to testing that verifies the behaviour. What's the purpose of the changes...