Skip to content
lubelski edited this page Nov 18, 2014 · 2 revisions

Pipeline is a framework for creating flux applications.

Pipeline apps are built with three types of objects: actions, stores, and adaptors.

Pipeline provides constructors for createAction(), createStore(), createAdapter(), and for conveneince, createActions() because it's common to declare many actions and they're small

Actions:

Stores:

Adaptors:

Hello World

Create a pipeline app

HW = pipeline.createApp()

Create a store

  

Component Reference

Things in Pipeline:

Clone this wiki locally