Tag: TypeScript

Migrating Azure Functions from JSDoc JavaScript to TypeScript
Migrating Azure Functions from JSDoc JavaScript to TypeScript
Blog Posts

I wrote previously about how to implement a dynamic redirect mechanism for Azure Static Web Apps using Azure Functions. I implemented this using JSDoc JavaScript. I’ve since migrated this to TypeScript and I thought it would be interesting to share the process. Why migrate from JSDoc JavaScript to TypeScript?​ As regular readers will know, I’m both… READ MORE

React + TypeScript + ESLint + Prettier Full Setup
React + TypeScript + ESLint + Prettier Full Setup
Blog Posts

Introduction Hello amazing developer 🧑‍💻, before digging into this topic let me give you a small introduction and so instructions. Don’t worry it would be quick and crisp 😉. I am Suchintan Das, a Full Stack Developer currently working over two startups. I have been into web development for past two years. Connect me on 👉Linkedin Blog from: https://dev.to/suchintan/reacttypescripteslint-prettier-full-setup-p7j Note:… READ MORE

SOLID Web Parts with SharePoint Framework
SOLID Web Parts with SharePoint Framework
Blog Posts

The principles of SOLID are guidelines that can be applied to software development to improve legibility and maintainability of software applications. This article by Stefano Tempesta, MCC & MVP, explores best practices and design patterns for developing SharePoint SOLID Web Parts in TypeScript, using the new client-side SharePoint Framework, and improving compliance to the five SOLID… READ MORE

Getting Started with TypeScript and the SharePoint Framework
Webinars

The SharePoint Framework is built with TypeScript and while you don’t need to write your own code in TypeScript, it is recommended by the SharePoint Framework team. In this session, you will get a good understanding of all the TypeScript language features and how it’s used in the SharePoint Framework.