Read about "typescript"
React Testing Setup
September 6, 2020Testing your code is like having a lifesaver, everyone should have one. Here, I'm going to set up an environment of safety, one that will you the confidence you need to ship your React code in the best shape possible. > Let's assume you already have your React project setup and... Read more →
Refactor your Gatsby website to use Typescript
February 2, 2020If you are a big fan of Typescript (like me 🙋♂️), and you have a Gatsby website, then you are in the right place. Here, I want to show you how to refactor your Gastby website to use Typescript. If you just want to see code, it's fair. Here is the change I made for this websi... Read more →
Understanding Optional Chaining
October 15, 2019Great News! Optional Chaining is a thing! But... are you ready for it? Do you know what does it mean? Do you know how to use it? If that's a no, hopefully, at the end of this post, you will perfectly know how to answer all these questions. What is Optional Chaining? Optional... Read more →
How to create your own Typescript library
October 12, 2019Creating my own Typescript library is being my life for the last months, so I wanted share my experience and the steps you should follow to create your very own. From my point of view, there are a lot of missing points on the Internet when you just want to start writing your co... Read more →