kibana/examples/state_containers_examples
Tyler Smalley baf56d80c4
[7.x] Updating the License (#88343) (#88745)
* Updating the Licenses, except for applying eslint, building

* Applying ESLint rules,building @kbn/pm, regenerating api docs

Co-authored-by: kobelb <brandon.kobel@elastic.co>
2021-01-19 17:54:11 -08:00
..
common [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
public [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
server [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
kibana.json Revert "Revert "[7.x] [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) (#71355)" (#71382)" 2020-07-10 20:13:28 -07:00
README.md [docs] Add missing App Arch READMEs. (#82080) (#82385) 2020-11-02 20:36:59 -07: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 and hash history routing
  • Sync your state container with the URL

To run this example, use the command yarn start --run-examples.