react-lazy-utils
v1.0.1
Published
Utility functions and components for lazy loading
Downloads
4
Readme
react-lazy-utils
Utility functions and components for lazy loading
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