kibana/examples/state_containers_examples
2021-01-21 18:45:13 +01:00
..
public [Docs] Clean up state management examples (#88980) 2021-01-21 18:45:13 +01:00
kibana.json [Docs] Clean up state management examples (#88980) 2021-01-21 18:45:13 +01:00
README.md [Docs] Clean up state management examples (#88980) 2021-01-21 18:45:13 +01:00
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.