Tag: Typescript
-
My Typescript mistakes
Coming from a typed background (C#, Java and Kotlin), there were quite a few mistakes to be made when first starting React Native development in 2017. And oh boy we did make them 😆. We actually started using Flow (a static type checker for Javascript) right away, as it seemed to be the most mature…