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