best practices
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.
Publish SharePoint Framework client-side web parts to Office 365 public CDN
Recently Microsoft announced the public CDN capability on Office 365. See how to use it to host your SharePoint Framework client-side web parts.
5 differences between SharePoint Framework debug and release builds
SharePoint Framework projects can be built in the debug and release mode. Here are the 5 key differences between the two.
The anatomy of a modern SharePoint solution
The way we build SharePoint customizations is changing. Are self-contained solutions still the best practice or is there perhaps a better pattern?
Optimizing Office web apps and add-ins for release with Gulp
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.