kibana/examples/state_containers_examples
Tim Sullivan 7c29014032
[8.19] [SharedUX] Replace KibanaRenderContextProvider usage (#220170) (#224470)
# Backport

This will backport the following commits from `main` to `8.19`:
- [[SharedUX] Replace KibanaRenderContextProvider usage
(#220170)](https://github.com/elastic/kibana/pull/220170)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Tim
Sullivan","email":"tsullivan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-12T15:39:59Z","message":"[SharedUX]
Replace KibanaRenderContextProvider usage (#220170)\n\n##
Summary\n\nCloses
https://github.com/elastic/kibana/issues/220175\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"68174f87058edc807fbd1a479469094d11128249","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport
missing","backport:version","v9.1.0","v8.19.0"],"title":"[SharedUX]
Replace KibanaRenderContextProvider
usage","number":220170,"url":"https://github.com/elastic/kibana/pull/220170","mergeCommit":{"message":"[SharedUX]
Replace KibanaRenderContextProvider usage (#220170)\n\n##
Summary\n\nCloses
https://github.com/elastic/kibana/issues/220175\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"68174f87058edc807fbd1a479469094d11128249"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220170","number":220170,"mergeCommit":{"message":"[SharedUX]
Replace KibanaRenderContextProvider usage (#220170)\n\n##
Summary\n\nCloses
https://github.com/elastic/kibana/issues/220175\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"68174f87058edc807fbd1a479469094d11128249"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2025-06-23 10:45:52 +02:00
..
public [8.19] [SharedUX] Replace KibanaRenderContextProvider usage (#220170) (#224470) 2025-06-23 10:45:52 +02: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 [8.19] [SharedUX] Replace KibanaRenderContextProvider usage (#220170) (#224470) 2025-06-23 10:45:52 +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.