API Docs for: 0.2.2
Show:

R.Component Class

Defined in: src\R.Component.js:6

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

Item Index

Methods

Properties

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