kibana/examples/state_containers_examples
2025-01-03 05:38:57 -06:00
..
public Sustainable Kibana Architecture: Move plugins owned by @elastic/appex-sharedux (#204959) 2025-01-03 05:38:57 -06:00
kibana.jsonc [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
README.md [Docs] Clean up state management examples (#88980) 2021-01-21 18:45:13 +01:00
tsconfig.json [EuiProvider] Fix AppEx-SharedUX code (#183872) 2024-05-22 09:57:05 -07:00

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.