react-lazy-utils

1.0.1 • Public • Published

react-lazy-utils

Utility functions and components for lazy loading

NPM JavaScript Style Guide

Install

npm install --save react-lazy-utils

Usage

import React, { Component } from 'react'

import MyComponent from 'react-lazy-utils'
import 'react-lazy-utils/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © galmis

Readme

Keywords

none

Package Sidebar

Install

npm i react-lazy-utils

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

10.2 kB

Total Files

7

Last publish

Collaborators

  • galmis