Skip to content

Commit

Permalink
fix: Add some context for events vs transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed Sep 30, 2023
1 parent 55e6fc3 commit ee9dd21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements/specifications/lifecycle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ to state.
A Firebolt app, once running, **MUST** be in one of several states and
**MUST NOT** be in more than one state at a time.

As an app changes states, events are dispatched notifying the app of
it's current and previous state. These events are for reacting to each state.

For information on *influencing* state transitions, see [State Transitions](#3-lifecycle-state-transitions).

![Lifecycle States](../../images/specifications/lifecycle/lifecycle-states.png)


Expand Down

0 comments on commit ee9dd21

Please sign in to comment.