1.2.1 • Published 9 years ago

react-lazy-component v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

React Lazy Component

A display-component wrapper that delays its until element is in view the viewport.

Includes <noscript> support for server-side rendering.

import Lazify from 'react-lazy-component';

<Lazy onLoad={yourFunction}>
    <img src="/path/to/big-o-image.png">
</Lazy>
1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago