react-lazyload-handler

0.3.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i react-lazyload-handler

Weekly Downloads

4

Version

0.3.2

License

ISC

Last publish

Collaborators

  • lex0ne