An app with state managment examples according to the SAM Pattern. Rendering is done by HyperHTML.
npm run build
npm start
- Open https://localhost:9900/
Once the counter is started, an automatic action is called until the counter reaches zero.
The app-container allows to cancellation of an asynchronous action. A cancelled action will not propose its data to the model.