Skip to content

Commit a6bf7b7

Browse files
committed
docs(*): rephrase readme
1 parent 9f44357 commit a6bf7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Viewport Utils
22

3-
The goal of this project is to create a set of low level utility components for react to make working with the viewport (e.g scroll position or size of the page) easy to use and performant by default.
3+
A set of low level utility components for react to make working with the viewport (e.g scroll position or size of the page) easy to use and performant by default.
44

55
![](https://img.shields.io/npm/l/react-viewport-utils.svg)
66
[![](https://img.shields.io/npm/v/react-viewport-utils.svg)](https://www.npmjs.com/package/react-viewport-utils)
@@ -21,7 +21,7 @@ This library solves all those issues by
2121
* using one central event handler per event to collect data
2222
* triggers updates to components using request animation frame
2323
* allows to prioritize the importance of updates at runtime which allows to drop frames for less important updates in case the main thread is busy
24-
* implements patterns like `onUpdate` callbacks, [render props](https://reactjs.org/docs/render-props.html), [higher order components](https://reactjs.org/docs/higher-order-components.html) and [hooks](https://reactjs.org/docs/hooks-intro.html) which make the developer experience as simple as possible and allow the the developer to concentrate on the application and not on global event handling.
24+
* implements patterns like `onUpdate` callbacks, [render props](https://reactjs.org/docs/render-props.html), [higher order components](https://reactjs.org/docs/higher-order-components.html) and [hooks](https://reactjs.org/docs/hooks-intro.html) which make the developer experience as simple as possible and allows the developer to concentrate on the application and not on global event handling.
2525

2626
## Installation/ requirements
2727

0 commit comments

Comments
 (0)