kibana/examples/state_containers_examples
Patryk Kopyciński 09577fa0af
Add react-router-dom-v5-compat (#159173)
## Summary

Prep work for bumping react-router to v6
Following https://github.com/remix-run/react-router/discussions/8753

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-06-14 05:13:15 -07:00
..
public Add react-router-dom-v5-compat (#159173) 2023-06-14 05:13:15 -07: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 [Shared UX] Adoption of Shared UX Route component (#150357) 2023-02-14 19:25:04 +00: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.