© 2023 Hashnode
#typescript
React Query is a large and complete library that facilitates the work when making client-side requests to the server and even performs much more than that.But Did you know that you can use this librar…
I have been researching ESP32 microcontrollers and their applications for IoT and found quite an interesting development board with a built-in camera module called ESP32-CAM. This $7 device also ships…
Introduction Since its Introduction by Microsoft in 2012, TypeScript has gone ahead to be one of the most popular modern programming languages. Ranked as the seventh(7th) most popular language on Stac…
Maybe you have spent countless hours trying to fix a bug when writing Javascript code only to discover it was just a simple typo, It can be frustrating but Typescript can help. Typescript is a strongl…
Web development has been growing rapidly. Since the evolution of Javascript several frameworks have been developed to ease the building process. Just like other constructions which sees several tools …
This is a translation of the original post using fetch with TypeScript by Kent C. Dodds. Cuando estaba migrando código a TypeScript, me encontré con algunos pequeños obstáculos que quisiera compartir contigo. El caso de uso: En los tallere…
React and TypeScript are two popular technologies used in web development. React is a JavaScript library used for building user interfaces, while TypeScript is a statically-typed superset of JavaScrip…
TL;DR '👩👩👦👦🌦️🧘🏻♂️'.length is 21 instead of 3 because JS gives length UTF-16 code units and icons are a combination of more than one of such code units. Use Intl.Segmenter to get the length …
JavaScript and TypeScript are two scripting languages that can put you in a bind because of their compact differences. Originally developed as a client-side programming language, JavaScript eventually…
Yes, that’s right. You won’t need Zone.js if you use signals. I dare say it looks like Angular wants to get rid of Zone.js in the future. But we don’t have to fear anything, because for the moment we …
In this article, I'll be explaining how to create a custom paragraph component which will take a prop as well other valid HTML properties valid for a paragraph. Let's say you were to write a custom pa…
As our web application grew in complexity, we recognized the importance of using modern and efficient frameworks to improve the user experience and overall performance. Vue.js, a progressive JavaScrip…
Introduction In the world of software engineering, the terms dependency inversion and dependency injection are frequently used. You've probably heard it more than once. It's common to get dependency i…