The State of Javascript – Jack Franklin | August 2016




Jack Franklin (04/08/16)

Jack Franklin treats us to his talk on ‘The State of JavaScript’, where he explores, discusses and criticises the current state of web development with JavaScript.

https://frontendne.co.uk/talks/the-state-of-javascript

Original source


2 responses to “The State of Javascript – Jack Franklin | August 2016”

  1. Knockout isn't doing dirty checking neither to update javascript nor the dom, it implements observer pattern. And uses native events in bindings. Therefore changing value attribute on input programmatically won't cause an update on it's own. You need a change event for that.

Leave a Reply