#typescript
Read more stories on Hashnode
Articles with this tag
let's take a look at how you can build complex types in TypeScript using examples of JSON-like structures. 1.Plain object const fullName: { firstName:...
Creating and using an enum-like object in JavaScript/typescript. · In JavaScript, there is no built-in enum type like in some other programming languages...
Empowering Developers for Faster Iterations and Consistent User Experiences in react with typescript · Component-driven development(CDD) in React is an...
Efficiently Monitor and Respond to Network Connectivity in Real-Time using React and TypeScript · Most people use to detect internet status using...
Mastering TypeScript: Tips and Tricks for Efficient and Maintainable Code · 1.Optional Chaining (?.):Optional chaining allows you to safely access nested...
Last week I faced one problem in the HTML text area. it more about the user interaction with the text area component. In, this article I am going to...