Action Types

Action types are provided as a way to easily convert a more readable syntax to constant form that the dispatcher uses. The table below demonstrates the parts that make up the action type string.

📘

React Components

React components when using the fluxapp mixin can bind to before, after and failed events to update the component state based on the failure.

Action Namespace

Action handler

Child Event

Result

user

login

before

user.login:before

user

login

user.login

user

login

after

user.login:after

user

login

failed

user.login:failed

👍

On to Acton Context