Skip to content

Commit 18ecff2

Browse files
committed
edits
1 parent 840884b commit 18ecff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
> React components for efficiently rendering large lists and tabular data
44
5-
> React window will only display a portion of your data and enable the user to scroll effortlessly through large datasets.
6-
> React windows solves 3 important problems that are frequently encountered in software development.
5+
> React window will display only a portion of your data and enable the user to scroll effortlessly through large datasets.
6+
> React window solves 3 important problems that are frequently encountered in software development.
77
88
> 1) React window improves the responsiveness of your user interface by passing only a small portion of your data to the React reconciler.
9-
> 2) React window reduces the memory footprint of your application when displaying large datasets and prevent out of memory errors.
9+
> 2) React window reduces the memory footprint of your application when displaying large datasets and prevents out of memory errors.
1010
> 3) React window reduces the need for your web services to support a paging interface.
1111
1212
[![NPM registry](https://img.shields.io/npm/v/react-window.svg?style=for-the-badge)](https://yarnpkg.com/en/package/react-window) [![Travis](https://img.shields.io/badge/ci-travis-green.svg?style=for-the-badge)](https://travis-ci.org/bvaughn/react-window) [![NPM license](https://img.shields.io/badge/license-mit-red.svg?style=for-the-badge)](LICENSE.md)

0 commit comments

Comments
 (0)