diff --git a/README.md b/README.md index e484d528..77b95f4e 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,15 @@
+
+
Collection of essential React Hooks.
This is mostly port of libreact to React Hooks.

+
@@ -28,6 +31,8 @@ - [`useCounter`](./docs/useCounter.md) — tracks state of a number. - [`useList`](./docs/useList.md) — tracks state of an array. - [`useMap`](./docs/useMap.md) — tracks state of an object. +
+
- Sensors - [`useBattery`](./docs/useBattery.md) — tracks device batter state. - [`useGeolocation`](./docs/useGeolocation.md) — tracks geo location state of user's device. @@ -40,8 +45,12 @@ - [`useOrientation`](./docs/useOrientation.md) — tracks state of device's screen orientation. - [`useSize`](./docs/useSize.md) — tracks some HTML element's dimensions. - [`useWindowSize`](./docs/useWindowSize.md) — tracks `Window` dimensions. +
+
- Side effects - [`useTitle`](./docs/useTitle.md) — sets title of the page. +
+
## License