Tag: react
All the articles with the tag "react".
Correctly typing children props in React with TypeScript
Published: at 11:14 AMThis post is really just a note to myself on how to correctly type children props in React with TypeScript. I've found myself having to look this information up several times, so I'm writing it down here so I can find it easily.