๐ค Teach Your Bundler The Users' Habits
- ๐ค Minko Gechev
- Twitter: @mgechev
- Web: http://blog.mgechev.com/
๐น
Video:
https://youtu.be/L5tPWCB7jX0
Bundlers provide an efficient method of combining resources from our application in order to prevent redundant network requests by the browser. The statically resolvable ES2015 modules allow tree-shaking so in the end, we can deliver to our users only the code they need to run the entire application. Combining bundling and lazy-loading we provide to the users only the piece of the application they need at given point. In this talk, weโll discuss how different machine learning techniques can help us to improve the traditional static, pre-defined bundling and pre-fetching methods. Weโll describe how, using webpack and SystemJS, we can personalize the bundling based on the userโs behaviour.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.