Sylvain Garden
Sylvain Garden
@teak use ko.isSubscribable so that devs can use your components with computed as well. See https://knockoutjs.com/documentation/fn.html
I've got a table component which duplicates lines for no reason. My component life cycle looks like your example. I'm happy you was able to pinpoint the issue in a...
Also see: https://github.com/knockout/knockout/issues/2332
requireJS is associated with an "optimizer" https://requirejs.org/docs/optimization.html it's a command line tool and/or an extension for various project manager like grunt or npm. Unfortunately, it can't detect the dependency you...
I'm sorry if I couldn't help you. English is not my native language. However I answered your exact question by providing the link to requirejs optimizer: - use the component...
Good point. thanks. But I'm already aware of that. FYI these shapes are used to draw the platforms of my game Renabomb ( http://giderosmobile.com/apps/renabomb-vengeance ). Every shape is actually a...
@ar2rsawseen, your remark made me wonder if something changed since version 2014.01. So I modified the demo project **Button.gproj** to demonstrate the API change. In main.lua, I rotate the button....
To limit documentation effort, and despite API inconsistency, I'd suggest a provider of the exactly same syntax as https://github.com/i18next/jquery-i18next with the extra requiment that data-i18n-options might be subscribable and trigger...
Integrating a third party router embeds a parallel event/binding logic which predates KO native approach. A good solution should not push the developer to learn new concepts on top of...
@brianmhunt can the Proxy solution do the same as this from knockout es5 doc? > If you want to restrict which properties are upgraded to observability, pass an array of...