kibana/examples/state_containers_examples
Tyler Smalley c4815d319e
Updates Github link references from master to main (#116789)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-10-29 09:53:08 -07:00
..
public Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
kibana.json
README.md
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -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.