Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
dkunzman77 committed Dec 15, 2019
1 parent 24f1cac commit 8a480ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
> React window will only display a portion of your data but enable the user to scroll effortlessly through large datasets by updating what is displayed in the window.
> React windows solves 3 important problems that are frequently encountered in software development.
> 1) By passing only a small portion of your data to the React reconciler it will improve the responsiveness of your UX.
> 2) It will reduce the memory footprint of your application when displaying large datasets and prevent out of memory errors.
> 3) It reduce the need for your web services to support a paging interface.
> 1) React window improves the responsiveness of your user interface by passing only a small portion of your data to the React reconciler.
> 2) React window reduces the memory footprint of your application when displaying large datasets and prevent out of memory errors.
> 3) React windows reduce the need for your web services to support a paging interface.
[![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)

Expand Down

0 comments on commit 8a480ed

Please sign in to comment.