Link: Props in getInitialState Is an Anti-Pattern
This isn’t really a React-specific tip, as such anti-patterns often occur in code in general; in this case, React simply points them out more clearly.
Good tips on initializing values in constructor. There are difference between initialCount
and count
.