React Ref Forwarding and TypeScript
#react#typescript
Every now and then, you'll encounter blockers about certain React features that were previously straightforward. Mainly because you need to work on typings.
Setting Up a Strict ESLint Config for your React + Typescript Project
#javascript#react#tooling#typescript
In addition to green tests, there's nothing more satisfying than writing consistent and maintainable code with your team. For web projects, you probably have ESLint set up. If you're unsure or want an even stricter rule, read along.