Don't pass the whole web part context into your React components
Passing the whole web part context into React components might seem convenient at first, but is far from it in the long run.
Innovation Matters
Microsoft 365 Cloud Developer Advocate
ISSN 2210-9390
A collection of 113 posts
Passing the whole web part context into React components might seem convenient at first, but is far from it in the long run.
Recently Microsoft announced the public CDN capability on Office 365. See how to use it to host your SharePoint Framework client-side web parts.
SharePoint Framework projects can be built in the debug and release mode. Here are the 5 key differences between the two.
The way we build SharePoint customizations is changing. Are self-contained solutions still the best practice or is there perhaps a better pattern?
When building Office web applications and add-ins there comes the time where they are ready for release. What's good for development however, isn't necessarily leading to best performance. Luckily using Gulp you can pretty easily improve your solution's performance.