Grafana framework for building dynamic dashboards
npm install @grafana/scenes-reactBuild highly interactive Grafana apps with ease.
This is a work-in-progress library that makes it easier develop Grafana scene applications using more familiar React patterns like context, hooks and components.
For library documentation go to https://grafana.com/developers/scenes.
1. Run YARN_IGNORE_PATH=1 yarn link from packages/scenes-react directory.
1. Run yarn dev from repo root directory.
1. Run yarn link @grafana/scenes-react from app plugin directory.
1. Start app plugin development server.
Alternatively, use the demo app included in this repository.