kibana/examples
Anton Dosov 2b4a9fd7d7
[State Management] State syncing helpers for query service I (#56128)
Before this pr:

Discover, Visualise and Dashboard in setup phase create own state containers which watch for pinned filters, time and refresh interval changes. This watching and state comparisons happen for each plugin separately and not only when a specific app is mounted. So we ended up with a bunch of similar synchronous work which happens every time query services state changes.

After this pr:

Query service exposes observable to watch for changes (state$). Discover, Visualise and Dashboard use this observable for sub url tracking instead of creating its own.
2020-02-27 12:08:08 +01:00
..
bfetch_explorer bfetch (2) (#53711) 2020-01-16 05:33:52 -08:00
demo_search [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
embeddable_examples Embeddable add panel examples (#57319) 2020-02-19 15:16:58 -05:00
embeddable_explorer Embeddable add panel examples (#57319) 2020-02-19 15:16:58 -05:00
search_explorer [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
state_containers_examples [State Management] State syncing helpers for query service I (#56128) 2020-02-27 12:08:08 +01:00
ui_action_examples Local actions (#57451) 2020-02-17 14:59:47 +01:00
ui_actions_explorer Search platform context cleanup (#57448) 2020-02-18 17:17:23 -07:00
README.md bfetch (2) (#53711) 2020-01-16 05:33:52 -08:00

Example plugins

This folder contains example plugins. To run the plugins in this folder, use the --run-examples flag, via

yarn start --run-examples