Constants
- RENDER :
string
The RENDER type is set if mounting use React.render method.
- HYDRATE :
string
The HYDRATE type is set if mounting use React.hydrate method.
- UNMOUNT :
string
The UNMOUNT type is set if unmounting use React.unmountComponentAtNode method.
- CLEAR_STATE :
string
The CLEAR_STATE type is set if unmounting only clear component state.
Types : enum
Events constants, which is firing to app.
Kind: global enum
RENDER : string
The RENDER type is set if mounting use React.render method.
Kind: global constant
HYDRATE : string
The HYDRATE type is set if mounting use React.hydrate method.
Kind: global constant
UNMOUNT : string
The UNMOUNT type is set if unmounting use React.unmountComponentAtNode method.
Kind: global constant
CLEAR_STATE : string
The CLEAR_STATE type is set if unmounting only clear component state.
Kind: global constant