Examples and tutorial
This page will guide you through setting up a simple example of two components communicating via a store shared value.
This page will guide you through setting up a simple example of two components communicating via a store shared value.
This page guides you through installing the foundation-store in your legacy project. This isn't recommended - all new applications
The foundation-store provides a decoupled and testable way to manage application
Store bindings
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: