Skip to main content

5 docs tagged with "state"

View all tags

Examples and tutorial

This page will guide you through setting up a simple example of two components communicating via a store shared value.

Legacy project setup

This page guides you through installing the foundation-store in your legacy project. This isn't recommended - all new applications

State management

The foundation-store provides a decoupled and testable way to manage application

Workflow (State Machine)

Almost every application has workflows where work items move from one state to another, such as new, amended and completed. But it can be difficult to manage transitions from one state to another using a standard Event Handler: