I am refactoring an es6 class based React component that uses the normal constructor, and then binds methods, and defines state/attributes within that constructor. Something lik
You don't need an explicitly defined constructor unless you need to reference the props in your initial state object.
props