Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
8 contributions in the last year
Contribution activity
October 2020
September 2020
Created an issue in facebook/create-react-app that received 4 comments
Rerender of components created through class
Describe the bug
I have component
class Component extends React.PureComponent { render() { console.log('render'); return null; }
}
And I get two r…

