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 5149051 commit 7abfd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

> React components for efficiently rendering large lists and tabular data
> 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 to your user.
> React windows solves 3 important problems that are frequently encountered in software development.
> React window will only display a portion of your data but enable the user to scroll effortlessly through large datasets.
> React windows solves 3 important problems that are frequently encountered in software development.
> 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.
Expand Down

0 comments on commit 7abfd2b

Please sign in to comment.