Presented in French by Hubert Sablonnière Passionate about the Web
Hubert is passionate about the Web. He is always looking for new ideas and tricks to improve the experience of users and developers.
par Hubert Sablonnière, édition 2021
For the web components library I’m working on, we first released a package on npm. This choice forces the users of our components to go through the jungle of Node.js-based tools, with its “npm install thingy”, its “babel thingy” and other “webpack thingy”. The time when you just had to add a script tag by hand that points to a CDN is long gone.
To ease the use of our components, we have created a “smart CDN” to expose our components. In this session, I’ll show you how we set up this system. We will explain how we build the files and how we expose them. It will be an opportunity to analyze the performance stakes and to measure concretely the impacts of different optimization techniques.
Hubert is passionate about the Web. He is always looking for new ideas and tricks to improve the experience of users and developers.