API Docs for: 0.2.2
Show:

R.Root Class

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

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

Item Index

Methods

getChildContext

() Object

Defined in src\R.Root.js:40

Returns:

Object:

flux The flux of current component

getFlux

() Object

Defined in src\R.Root.js:50

Returns:

Object:

this.context.flux The Flux of the App

Properties

childContextTypes

Object flux

Defined in src\R.Root.js:32

mixins

array.object

Defined in src\R.Root.js:16

Refers to specifics mixins in order to manage Pure, Async, Animate and Flux methods

propTypes

Object flux

Defined in src\R.Root.js:24