tko icon indicating copy to clipboard operation
tko copied to clipboard

🥊 Technical Knockout – The Monorepo for Knockout.js (4.0+)

Results 68 tko issues
Sort by recently updated
recently updated
newest added

I use [knockout es5](http://blog.stevensanderson.com/2013/05/20/knockout-es5-a-plugin-to-simplify-your-syntax) because I prefer the syntax (`this.price = 3` vs `this.price = ko.observable(3)`, etc.) Is the plan for tko to include this syntax natively, or via plugin?...

Further to #39, add `tko.builder` to compile the generic / custom Knockout instance.

In larger apps, the ability to register a component using a Symbol would allow you to prevent name-collisions using a pattern as such: ```javascript const componentName = Symbol('hello-world') ko.components.register(componentName, {...

See: - https://miellaby.github.io/ko-slots/ko-slots.js - https://jsfiddle.net/miellaby/12a649j5/

Analogous to the Knockout 3.5 line: PRs - knockout/knockout#2303 - knockout/knockout#2310 - knockout/knockout#2319 - [ ] knockout/knockout@5d3d60a Support afterRender for if, ifnot and with bindings, fixes #2099 - [ ]...

## Phase 1 - merges - [x] knockout/knockout#1868 - Gulp - [x] knockout/knockout#1880 - 1880 template html parser - [x] knockout/knockout#1833 - Add contributor agreement for contributors - [x] knockout/knockout#1820...

support datacontext in open shadowdoms (https://blog.revillweb.com/open-vs-closed-shadow-dom-9f3d7427d1af)

Have you thought about adding a validation plugin to tko? Something similar to [Knockout-Validation](https://github.com/Knockout-Contrib/Knockout-Validation). I really believe that this would be a major addition to the project because: - almost...

The TC39 is going to standardize the way Observables should be used. Currently it is in Stage 1 (ready to advance to the next stage) https://github.com/tc39/proposal-observable Maybe we should take...

From https://github.com/knockout/tko.computed/issues/1 From https://github.com/knockout/knockout/issues/2167 by @futpib I'm moving this here since this is where it could be accepted (for ko-4). ## Make `pureComputed` the default `computed` and make `computed` `impureComputed`...