Skip to content

Commit 24f1cac

Browse files
committed
update to docs
1 parent 21028eb commit 24f1cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> React components for efficiently rendering large lists and tabular data
44
55
> 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.
6-
> It solves 3 important problems that are frequently encountered in software development.
6+
> React windows solves 3 important problems that are frequently encountered in software development.
77
88
> 1) By passing only a small portion of your data to the React reconciler it will improve the responsiveness of your UX.
99
> 2) It will reduce the memory footprint of your application when displaying large datasets and prevent out of memory errors.

0 commit comments

Comments
 (0)