I still use Knockout[0] for almost an identical experience. 0: https://knockoutjs.com/. - Source: Hacker News / 3 months ago
One of the first uses of this concept was in knockout, which used the same function with and without arguments for write/read access. - Source: dev.to / 4 months ago
To do this, use a Javascript library called knockout.js. - Source: dev.to / 4 months ago
You could use a JavaScript framework called KnockoutJS which uses the MVVM pattern. - Source: Reddit / 7 months ago
Magento is built with PHP. A good understanding of PHP is generally enough to perform different development tasks such as building modules. However, developers often need to work with libraries like Knockout.js and Less when developing themes. - Source: dev.to / 8 months ago
For a small page like that, they are using Oracle content management, knockoutjs, RedwoodJs, MarkedJs, MustacheJs, JQuery and Bootstrap. There's like 10+ layers or div, header and nav elements just to display the logo. They can't even properly anchor the footer at the bottom... - Source: Reddit / 10 months ago
I once made a very crude and simple TiddlyWiki work-alike I called "HulloWurld" https://github.com/calroc/HulloWurld It's 143 KB, but it includes copies of Knockout, Underscore, Zepto, and the "Marked" markdown parser... ¯\_(ツ)_/¯ ( Good stuff BTW: http://knockoutjs.com/ http://underscorejs.org/ https://zeptojs.com/ https://github.com/chjj/marked ) Probably the only interesting bit is the code to save the page:... - Source: Hacker News / 10 months ago
Inside a knockout.js binding expression, I can use the $data, $parent, and $root pseudovariables. How can I get the equivalent of those pseudovariables when I'm using a ko.computed observable declared in JavaScript? - Source: Reddit / 11 months ago
In KnockoutJS, I could create a read/write computed property, which allowed me to specify a pair of functions, one which is called to get the value of the property, and one which is called when the property is set. This allowed me to implement, for example, culture-aware input - letting the user type "$1.24" and parsing that into a float in the ViewModel, and have changes in the ViewModel reflected in the input. - Source: Reddit / about 1 year ago
Have a look at knockoutJS. It's the library with the shallowest learning curve I'm aware of, but does require some programming in JavaScript. - Source: Reddit / about 1 year ago
As the internet became faster, and more reliable, and as browsers unified into “evergreen” releases, developers accepted JSON to be the only shape of data needed to travel on wires. A few years back I posted a question of which was a better framework: serving fully processed HTML scripts over Ajax, or only JSON that would be populated on client-side. See, back then, populating JSON was hand crafted, before... - Source: dev.to / about 1 year ago
I'm a designer just here to learn, but the dev on my team really likes Knockout JS. It seems like a good way to plugin some of the same functionality without it being overkill. - Source: Reddit / about 1 year ago
He's talking about AngularJS (v1). It is very different to modern frameworks like Angular (v2+), React, et.al. Frameworks from that era didn't involve setting up any build process. Have a look at https://angularjs.org/ or https://knockoutjs.com/. - Source: Hacker News / about 1 year ago
So, does KnockoutJs[0] represent the "transitional applications" framework as described in the article? [0] https://knockoutjs.com. - Source: Hacker News / over 1 year ago
Reactor is based on the same reactive principles as Bacon.js and Knockout.js. - Source: dev.to / over 1 year ago
Knockout.js is pretty hot right now. - Source: Reddit / over 1 year ago
If you need little splashes of interactivity, I recommend Alpine.js or Knockout as your Javascript framework. Alpine.js is very similar to Vue, so learning one will transfer to the other. - Source: Reddit / almost 2 years ago
Do you know an article comparing KnockoutJS to other products?
Suggest a link to a post with product alternatives.