Nieuws

The big news at this year's JSConf was the introduction of WorkerDOM, a JavaScript library to make the DOM available to Web Workers, allowing developers to leverage multi-core processor ...
Web frameworks often use a virtual DOM to keep track of current UI elements. To combat performance issues, Vue.js closely couples its runtime and compiler.