kibana/examples/state_containers_examples
Mikhail Shustov 90f76994d2
Update typescript eslint to v4.8 (#83520) (#83677)
* update deps

* update rules

use type-aware @typescript-eslint/no-shadow instead of no-shadow. do not use no-undef, rely on TypeScript instead

* fix or mute all lint errors

* react-hooks eslint plugin fails on ? syntax

* fix wrong typings in viz

* remove React as a global type

* fix eslint errors

* update version to 4.8.1

* fix a new error
2020-11-18 20:50:46 +01:00
..
common [State Management] State syncing helpers for query service I (#56128) (#58711) 2020-02-27 14:03:59 +01:00
public Update typescript eslint to v4.8 (#83520) (#83677) 2020-11-18 20:50:46 +01:00
server [State Management] State syncing helpers for query service I (#56128) (#58711) 2020-02-27 14:03:59 +01: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.