#typescript
Read more stories on Hashnode
Articles with this tag
- React Native React Native lets you develop native mobile applications using React. You will have to use different elements like View, Text, and...
https://youtu.be/Q2vpbwj4CVo 1. Introduction After spending countless hours developing this component over the past month, experimenting with...
This is a quick step-by-step guide for setting up Redux (Toolkit) testing using Cypress. I assume you already know how to install, set up, and use...
I recently started a Next.js v13 project with styled-components and had to jump through many hoops to have a working setup. In this article, I will go...
This will be a long post in which I go over why and how I made these components/packages. tl;dr: I spent a lot of time on them and learned a lot in...
JavaScript is not a statically typed language. TypeScript gives you the illusion that there are types during development but once it's compiled into...