polyfills in. Use polyfill.io to do the hard work for you. • Put all files in one vendor bundle or let webpack figure out when to download a certain vendor with dynamic imports • Use dynamic imports to: • Check if components exist in the page before loading • Lazyload components on scroll (optional) • Lazyloading when interacted with (optional)