React Smart Scroll Versions Save

Efficient rendering of long lists in React

v1.3.0

2 years ago

ReactSmartScroll has been rewritten in TypeScript, and includes a type for the Row component.

Check the README for more information.

v1.1.5

4 years ago

Made some performance improvements, did some code cleanup, and updated the dependencies. Also made some minor tweaks to the README.

1.1.2

4 years ago

You can now pass startAt as a prop to have the list automatically jump to a specific row.

1.0.5

4 years ago

To reduce configuration, overflow: auto is now provided by default.

1.0.2

5 years ago

It works!