Home - rimunroe/pipeline GitHub Wiki

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: