0.0.3 • Published 2 years ago
scro v0.0.3
Scro
Just another virtual scroll implementation in React.
Strategies
Anchored Scro
With overflow-anchor, it is pretty easy to prepend/append items to the list without losing scroll position. AnchoredScro is used if overflow-anchor is supported.
Transform Scro
Without overflow-anchor, a manually implemented TransformScroll is used as the backbone of TransformScro.
License
MIT License.