DPDarshan Ponikarintechblog.geekyants.com·Jan 4, 2023 · 3 min readTypescript:Utility TypesDevelopers frequently claim that typescript requires them to write redundant code. The reasons can vary, but one of the most common is a failure to use utility types. Types are analogous to utility functions in Javascript. They are provided in typesc...00
DPDarshan Ponikarintechblog.geekyants.com·Jan 2, 2023 · 2 min readTypeScript: Any, Unknown and NeverIn this blog, we'll explore some unique TypeScript annotations. We will look at the functioning of type annotations and learn a bit about them. 1. any Anyis like an escape hatch; it can be used when you are not sure about a type. When you use any typ...00
DPDarshan Ponikarintechblog.geekyants.com·Dec 28, 2022 · 6 min readTypeScript: Building blocksType Annotations TypeScript contains various annotations similar to data types in any static language in the form of strings, numbers, boolean, arrays, records, etc. You can assign a type annotation to variables, functions arguments, etc. Primitive T...00
DPDarshan Ponikarintechblog.geekyants.com·Dec 28, 2022 · 5 min readIntroduction to TypeScriptThis article series will introduce us to TypeScript and concepts such as: Why should you learn TypeScript? What exactly is TypeScript? What are the benefits of TypeScript? How to configure your project to use TypeScript? Some TypeScript features...00
DPDarshan Ponikarintechblog.geekyants.com·Nov 3, 2022 · 4 min readRethinking React Native Architecture: Part IHello there, My name is Darshan Ponikar. I work as Software Engineer at GeekyAnts. I look forward to sharing my insights on React Native's new architecture. I brainstormed the new term JSI in React Native in the past few months. I had many questions...00