SPFx optimizing bundles with code splitting chunks

preview_player
Показать описание
In this 10-minute Developer - focused demo, David Warner shows viewers how to optimally split, combine and name .js files for your bundles to speed up initial page load and debugging as well as to provide actionable telemetry. See how to split your web parts functionality into multiple .js files and use WebpackChunkName to append friendly names to default GUID like .js file names. Files are loaded as needed - at time of execution, i.e., with a button click. This PnP Community demo is taken from the SharePoint Framework and JavaScript Special Interest Group (SIG) – Bi-weekly sync call recorded on August 13, 2020.

Demo Presenter: David Warner (Catapult Systems) | @DavidWarnerII

Supporting materials:

Learn more:
Рекомендации по теме
Комментарии
Автор

Very good video, congratulations for the good communication and details of the content!

cesarhenriquemarcalcardoso
Автор

I have a compiled typescript file contains assets folder and index, polyfills, runtime.. and style files. I accidently lost the source code of that due to reinstalling windows. Is there any way so that I can get the source code back? Thanks

love-beautiful-afghanistan