Using the same JS lib on multiple apps


Using the same JS lib on multiple apps?
1. Extract it via Webpack
2. Reference the lib on a CDN

Now your users only have to download the lib once. 👍

View original on X