You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
> React components for efficiently rendering large lists and tabular data
4
4
5
5
> 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.
7
7
8
8
> 1) By passing only a small portion of your data to the React reconciler it will improve the responsiveness of your UX.
9
9
> 2) It will reduce the memory footprint of your application when displaying large datasets and prevent out of memory errors.
0 commit comments