An easier way to add types for "children" in React
Something I had been struggling with since I started using React up until a few months ago was finding a good type to set for the children prop. The typical route I would take is to sorta just add the types as I needed them to a union like so: interf...
Mar 5, 20214 min read2.3K