Please enable JavaScript.
Coggle requires JavaScript to display documents.
React - Coggle Diagram
React
components
props
lifecycle
types
by state
functional
class
by render data
presentation
containers
HOC
Props Proxy
Manipulating props
Accessing the instance via Refs
Abstracting State
Wrapping the WrappedComponent with other elements
Inheritance Inversion
this
forms
controlled
uncontrolled
redux form
web services
soap
rest
Roy Fielding
principles
stateless
cookies
format of data - XML or JSON
based on HTTP protocol
concepts
nouns (or resources
url
verbs (or method to get this resouces)
representation
Virtual DOM
JS OBJECT
React fiber
Animation
react transition group
cssTransition
states
appear, enter, and exit
Transition
states
entering, entered, exiting, exited
in prop is used to toggle the transition state
Timeout specifies the duration spent in the entering state
react animation component