Lakshmanan arumugam | Lead frontend

Lakshmanan arumugam | Lead frontend

Follow
homeAbout meTrendingCategoriesarchivesnewsletter
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

10+ Complex typeScript type defining Tips for Development

Aug 10, 20235 min read

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:...

10+ Complex typeScript type defining Tips for Development

Enum in javascript 🤯

Jul 26, 202310 min read

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...

Enum in javascript 🤯

Beyond Tradition: Innovating with Component-Driven Development

Jul 21, 20236 min read

Empowering Developers for Faster Iterations and Consistent User Experiences in react with typescript · Component-driven development(CDD) in React is an...

Beyond Tradition: Innovating with Component-Driven Development

Real-Time Network Status Monitoring/checking in React with TypeScript

Jul 16, 20232 min read

Efficiently Monitor and Respond to Network Connectivity in Real-Time using React and TypeScript · Most people use to detect internet status using...

Real-Time Network Status Monitoring/checking in React with TypeScript

15 Advanced TypeScript Tips for Development

Jul 14, 20235 min read

Mastering TypeScript: Tips and Tricks for Efficient and Maintainable Code · 1.Optional Chaining (?.):Optional chaining allows you to safely access nested...

15 Advanced TypeScript Tips for Development

Normal text box vs Magical text box

May 31, 20212 min read

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...

Normal text box vs Magical text box