Tag: typescript
All the articles with the tag "typescript".
Children as a React prop in TypeScript
Posted on:December 31, 2021How to type the 'children' prop for React Typescript components.
Inferring types from React PropTypes
Posted on:July 11, 2024How to infer Typescript or JSDoc types from React PropTypes.
Invariant
Posted on:June 19, 2023Simple function to assert a condition and for type narrowing in TypeScript.
JavaScript sleep function
Posted on:September 22, 2023Simple JavaScript function to wait a period of time before proceeding.