SPFX

TypeScript: What, Why and How?!

Overview TypeScript has emerged as a powerful tool for building robust and scalable web applications. Developed by Microsoft, TypeScript is a superset of JavaScript that adds static typing and other features to the language. In this blog, we’ll explore TypeScript, its key features, and practical implementations. What is TypeScript? TypeScript is an open-source programming language …

TypeScript: What, Why and How?! Read More »

Actually, It’s Already In The SharePoint PageContext!

What is SharePoint PageContext ? SharePoint PageContext provides standard definitions for SharePoint objects shared between the client-side applications, web parts, and other components. Typically the data is fetched via REST queries when navigating to a new page. Additionally, it can be preloaded by the web server or filled from a custom application cache. How to …

Actually, It’s Already In The SharePoint PageContext! Read More »