mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> # Conflicts: # .github/ISSUE_TEMPLATE/v8_breaking_change.md # .github/PULL_REQUEST_TEMPLATE.md |
||
---|---|---|
.. | ||
public | ||
kibana.json | ||
README.md | ||
tsconfig.json |
State containers examples
This example app shows how to:
- Use state containers to manage your application state
- Integrate with browser history or hash history routing
- Sync your state container with the URL
To run this example, use the command yarn start --run-examples
.