-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
HW = pipeline.createApp()
Things in Pipeline: