Angular Air

62 ngAir - Using Web Workers for High Performance Angular 2 Web App

Informações:

Sinopsis

Using Web Workers for High Performance Angular 2 Web Apps   Panelists: Olivier Combe, PatrickJS, Dmitry Guest: Jason Teplitz     Who are you? What are web workers? What is the support level in different browsers? Web worker polyfills? What types of tasks in general are web workers good for? How will web workers be integrated into Angular 2? Do you think that we will get to a point where a majority of your app is run in web workers by default? How can you make your code work when you use third party libraries not meant for that? How web workers handle internal file imports, and loading additional files possible with system.js? (currently it is loading additional files several times, and this slowdowns application start time, sample: check network tab here: http://www.syntaxsuccess.com/angular-2-samples/components/web-workers/web-worker-demo.html ) Will it improve or should we bundle web workers code? What are the downsides of using web workers? Web workers are bringing real mul