Jul 26, 2017 · 1 min read
I think that I understand, but is
“const isEditMode = this.props.isEditMode;”
not state?
I get that it’s not computed but rather passed in, but is that what we mean when we say that this component is stateless?
I think that I understand, but is
“const isEditMode = this.props.isEditMode;”
not state?
I get that it’s not computed but rather passed in, but is that what we mean when we say that this component is stateless?