Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 520 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 520 Bytes

just-magic-scroll Build Status

A react component which has a scrollbar but renders (and loads) only visible elements to improve browser performance. The elements need to have the same height.

#release

  • update version in package.json
  • add and push an annotated tag
  • if not yet done login to npm with npm adduser
  • npm install
  • npm prepublish (possibly unnecessary)
  • npm publish