Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bdelacretaz authored Dec 22, 2023
1 parent 780a2ea commit f02e805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion experiments/web-components-bundler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Smaller bundles help with page loading performance,
but creating bundles for specific sets of components is hard to
manage efficiently. Using dynamic bundling, developers can specify which
components they need in a given page (and when) by using URLs like
`/bundler/Card,List,StandardListItem.js` in the page markup.
`/bundler/Card,List,StandardListItem.js` in the page markup and get
optimized JavaScript code which just what's needed for that page.

Note that I'm no expert in JS code bundling and tree shaking, so
bundling code improvements are certainly possible, for now this
Expand Down

0 comments on commit f02e805

Please sign in to comment.