sp-dev-fx-webparts/samples/react-components-dynamicloa...
Hugo Bernier 253df147f4 Updated compatiblity matrix 2021-11-07 01:43:55 -04:00
..
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00
src adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00
.editorconfig adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00
.gitignore adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00
.yo-rc.json adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00
README.md Updated compatiblity matrix 2021-11-07 01:43:55 -04:00
gulpfile.js adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00
package-lock.json adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00
package.json adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00
tsconfig.json adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00
tslint.json adding sample to spfx repo (#643) 2018-11-09 16:59:17 +02:00

README.md

Code Splitting in SharePoint Framework

Summary

Load React components and third-party packages on demand in SPFx

Dynamic Loading of React components

Compatibility

SPFx 1.6 Node.js v8 | v6 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible

Applies to

Solution

Solution Author(s)
react-components-dynamicloading Vardhaman Deshpande (@vrdmn , vrdmn.com)

Version history

Version Date Comments
1.0 October 09, 2018 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

Features

More details included in this blog post: https://www.vrdmn.com/2018/10/code-splitting-in-sharepoint-framework.html