mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* 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 |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
kibana.json | ||
README.md | ||
tsconfig.json |
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
.