mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
## Summary Prep work for bumping react-router to v6 Following https://github.com/remix-run/react-router/discussions/8753 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
public | ||
kibana.jsonc | ||
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
.