SharePoint Developer Framework Generic Common Components

wp.ts entry file for web part; imports, or inherits, from the BaseClientSideWebPart at \src\webparts\

ts.config.json contains the compiler options.

webpart.manifest.json contains properties for the web part.

Tip: Use React ComponentDidMount to fetch data and for long-running processes.

Leave a Reply