Soon to be publishing a tech blog. Contact me if you are interested in contributing.
Based in Bushwick by the Morgan L stop. Lets code on my roof in Brooklyn lol!
@adamaslan
Well, you should not call setState() in the constructor(). Instead, if your component needs to use local state, assign the initial state to this.state directly in the constructor.
src: reactjs.org/docs/react-component.h...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Also isnt talking about State like this ^ and with setstate no longer best practices?
@adamaslan Well, you should not call setState() in the constructor(). Instead, if your component needs to use local state, assign the initial state to this.state directly in the constructor.
src: reactjs.org/docs/react-component.h...