0.3.2 • Published 6 years ago

react-lazyload-handler v0.3.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

npm downloads

react-lazyload-handler

Quick start

import React from 'react';
import ReactDOM from 'react-dom';
import LazyLoadHandler from 'react-lazyload-handler';

<LazyLoadHandler
    isDisposeObserverOnLoad={true}
    onContentVisible={() => ...}
    debounce={500}
    throttle={500}
/>

Installation

react-lazyload-handler requires React >= 0.14

npm

npm install --save react-lazyload-handler
0.3.2

6 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

8 years ago

0.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago