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 NamespaceAction handlerChild EventResult
userloginbeforeuser.login:before
userloginuser.login
userloginafteruser.login:after
userloginfaileduser.login:failed

👍

On to Acton Context