Sunteți pe pagina 1din 1

State

Changes from WITHIN a Component


“state” is a reserved property name
(and can only be set in
class-based components!) <SignupForm> Component
Any data of your choice!
state = {submitted: false}

someMethod () { this.setState({submitted: true}) }

Mutate state &


Gets merged with
trigger re-render
original state

S-ar putea să vă placă și