For AI agents: visit https://fluxapp.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
Fluxapp
API ReferenceDiscussions
Fluxapp
API Reference
API ReferenceDiscussions

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 
  1. Router

Overview

The internal fluxapp router is primarily used for creating request routes and retrieving route objects.

👍

On to Route Object

Updated over 1 year ago


getStore(name)
Route Object
Did this page help you?

Updated over 1 year ago


getStore(name)
Route Object
Did this page help you?