Search posts, tags, users, and pages
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day ๐
The cool part about TypeScript is that we can define types for certain variables. However, there is a scenario that might prove a bit difficult. And this is destructuring an object. Let's take the following example: const user = {firstname: 'Chris', ...
James 'Dante' Midzi
Solutiions Architect | Writer | Polyglot
I spent a good 3 hours trying to figure out why my site wasn't deploying.
I thought of Typescript during that time, and even more when I found out what the issue was
Was it something that TypeScript would have caught? It can really help showing errors early on.
Yes it was. The moment didit3,Typescript would havewarmedme. I had some values missing from a function but it was working
James 'Dante' Midzi
Solutiions Architect | Writer | Polyglot
I spent a good 3 hours trying to figure out why my site wasn't deploying.
I thought of Typescript during that time, and even more when I found out what the issue was