Jump to Content
Fluxapp
API ReferenceDiscussions
Fluxapp
API Reference
API ReferenceDiscussions
All
Pages
Start typing to search…

Documentation

  • Installing Fluxapp
  • Introduction
  • Overview

Contexts

  • Overview
  • Custom Context Methods
  • getPageContext(path, options)
  • render(path, options)
  • renderToString(path, options)
  • getActionType
  • getActions(namespace)
  • getAction(namespace, method)
  • getStore(name)
  • getDispatcher()
  • dehydrate()
  • rehydrate(state)

Stores

  • Overview
  • Binding Actions
  • Context Property
  • init()
  • getInitialState()
  • addChangeListener(cb)
  • removeChangeListener(cb)
  • setState(state)
  • replaceState(state)
  • getState()
  • getMutableState()
  • waitFor(stores)
  • getStore(name)

Actions

  • Overview
  • Action Types
  • Context Property
  • getStore(name)

Router

  • Overview
  • Route Object
  • Request Object
  • Route Loaders
  • build(id|url, metadata)
  • getRoute(id, metadata, strict)

Dispatcher

  • Overview
  • register(callback)
  • unregister(token)
  • dispatch(payload)
  • waitFor(tokens)

Fluxapp

  • Overview
  • getRouter()
  • registerRoutes(routes)
  • registerRoute(route)
  • getActionType(action)
  • registerActions(namespace, handlers)
  • registerStores(stores)
  • registerStore(name, definition)
  • registerPlugins(plugins)
  • registerPlugin(name, plugin)
  • removePlugin(name)
  • createContext([contextMethods], [state])
  • createWrapper(name)

Plugins

  • Overview

Existing Plugins

  • Overview

React

  • Overview
  • Flux Property
  • Component Mixin
  • fluxapp.createWrapper(name)
  • getStore(name)
  • getAction(namespace, method)
  • getActions(namespace)
  • getFlux()
Powered by 

dehydrate()