I see that React.Component is used with three template parameters that are documented nowhere. (or I simply couldn't find the docs).
I was able to deduce that the second and third are the types of props and state respectively. However, I coudn't figure it out about the first template parameter.
Are these documented anywhere, please?