From 9501d1841fe0527014b10f49e481d899b1cbcc64 Mon Sep 17 00:00:00 2001 From: streamich Date: Sat, 27 Oct 2018 12:38:18 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20improve=20README?= =?UTF-8?q?=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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