React Components as TypeScript Generic Functions

David Gilbertson
JavaScript in Plain English
9 min readApr 18, 2021

--

Let’s say you want a component that will render a list of things. You want it to be flexible, to be able to render any sort of thing, like this:

--

--