- Props & State
- Props is properties and is passed to component from outside and immutable.
- State is similar to props, but it is private and fully controlled by the component.
- Reactive
- Props changed -> re-render
- State chagned -> re-render
Created
December 27, 2018 03:41
-
-
Save talenguyen/130387486210975c812ff8285444be4a to your computer and use it in GitHub Desktop.
React Component
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment