kibana/examples/state_containers_examples
Brandon Kobel 57af8462e4
[7.x] Elastic License 2.0 (#90192)
* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
2021-02-03 18:39:13 -08:00
..
public [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kibana.json [Docs] Clean up state management examples (#88980) (#89005) 2021-01-22 10:22:13 +01:00
README.md [Docs] Clean up state management examples (#88980) (#89005) 2021-01-22 10:22:13 +01:00
tsconfig.json Add TS projects for src/plugins & x-pack/plugins (#78440) (#78946) 2020-09-30 17:10:04 +02: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.