Tagged - typescript
TIL: Type narrowing using Type Predicates
Something I learnt today. Maybe more than one thing👾
Typescript & testing
Common React Render Bug
The most common react bug I've been having to fix is caused by trying to `value.map()` an `undefined value`
TIL: Typescript Enum vs Obj
In some(most?) cases, it may be preferential to use objects over enums. esp when building a lib
Consuming an API in your web app
Some notes on a pattern I've seen when writing code that relies on data from an API