Interior Design: SharePoint Framework and Sass
The SharePoint Framework (SPFx) is a great tool for hooking into SharePoint in a modern, understandable way. Creating a custom webpart is simple, and styling it is done in an extremely modular fashion. This is because SPFx solutions are integrated into a page’s DOM, which is great for removing restrictions.
The Little Widget That Could: Building Office Add-Ins
Office Add-Ins are lightweight web applications that are meant to extend or add to the functionality of office products. These apps are made with modern technologies like HTML5, CSS and JavaScript, or modern JavaScript frameworks like React or Angular.