R.Root Class
Defines the specific mixin for the root component
This will allow components to access the main methods of react-rails
- Component.getFlux => Provide Flux for the current component
Methods
getChildContext
()
Object
Returns:
Object:
flux The flux of current component
getFlux
()
Object
Returns:
Object:
this.context.flux The Flux of the App
Properties
childContextTypes
Object flux
mixins
array.object
Refers to specifics mixins in order to manage Pure, Async, Animate and Flux methods