Revenityaquapi.hashnode.dev·Aug 10, 2023I made Stric, an insanely fast web framework.After 6 months of continous development, I present Stric, a new framework that focused on simplicity and performance. https://gist.github.com/aquapi/ec3bcae3c0f6ca84309c908d0f51fcc7 Stric is one of the fastest JS frameworks. Here's how you will writ...Discussbunjs
Balogun Abdulquadrinonamepls.hashnode.dev·Jun 30, 2023Step By Step Guide On How to convert Reactjs to Typescript For BeginnersA few years back as a beginner, one of my biggest issues was how to successfully convert Reactjs code to Typescript without creating bugs and spending hours/days trying to rectify issues. Having fully understood the concept and a deep understanding o...Discuss·1 likeReact
Lim Woojaejaylog.hashnode.dev·Jun 1, 2023[TypeScript] Types in TypeScript & Why TypeScriptIntroduction In this article, I will be talking about the types in TypeScript. This is the first post in my TypeScript Series, so I will be talking a little bit about what is TypeScript (TS), and why you need it. According to TypeScript's website, T...Discuss·5 likesTypeScriptTypeScript
Divij Sehgaldivijsehgal.hashnode.dev·Feb 8, 2023Types and InterfacesTypeScript is a statically typed language that builds on JavaScript by adding optional types to the language. Interfaces and types are two essential features in TypeScript that allow developers to define the shape of objects and variables in their co...Discuss·48 readsTypeScript
Anmol Kansalanmol-kansal.hashnode.dev·Jan 30, 2023Difference between an undefined value and a missing property in TypeScriptThere is one serious issue with the default behavior of the typescript compiler w.r.t optional types. To properly understand the difference between an undefined value and a missing property, let's take an example - Let's say we have the following Pro...Discuss·11 likes·41 readsTypeScript
Oscar Sherelisoscar-sherelis.hashnode.dev·Sep 5, 2022I Built a Witcher Card Duplicate Game Using React, and I Learned How to Use TSI was thinking of learning something new to extend my knowledge in web development. I decided to check the market and see, what would be not only exciting but also valuable for my career. In this article, I will share how I came to project the idea a...Discuss·72 reads4articles4weeks
joengtoujoengtou.hashnode.dev·Jun 21, 2022Learning TypeScriptnote the detail, the whole learning process after reading follow note, i really think the ts is looks like c++ and go, because it have both class and interface.Also, it's interesting! let's get start! TypeScript Tooling in 5 minutesDiscuss·34 readsts