## Motivation The [Generic Sensor API](https://www.w3.org/TR/generic-sensor/) features a base [Sensor](https://w3c.github.io/sensors/#the-sensor-interface) interface to build detectors upon. It would deprecate the following hooks: - useDeviceMotion - useDeviceOrientation Currently, the [browser support is low](https://caniuse.com/#feat=mdn-api_sensor), but [polyfills](https://github.com/kenchris/sensor-polyfills) are available. ## Details - [Sensors for the Web! - Google Developers](https://developers.google.com/web/updates/2017/09/sensors-for-the-web) - [Generic Sensor API playground](https://intel.github.io/generic-sensor-demos/)