How to type React events with TypeScript
https://youtu.be/3PtiSy8G-Cs
Sometimes when you write React and TypeScript code, you have to define event handlers. How do you choose the correct event type for them?
Let's say we have an onChange event handler called handleTextChange:
function App()...
ivanov.hashnode.dev2 min read