Jump to Content
API Reference
Discussions
v0.1.6
v0.1.8
API Reference
v0.1.8
API Reference
Discussions
Context Property
Search
All
Pages
Start typing to searchβ¦
JUMP TO
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Β
Context Property
The context property holds the current
fluxapp context
π
On to
getStore(name)