I am looking the redux todomvc codes. What is the static keyword in static propTypes? Thanks
static
static propTypes
UPDATE
No idea why downvo
propTypes aren't unique to an instance of the component. They also don't change per component. Therefore it makes sense for them to be a static member of the class.
propTypes