react-lazy-utils

Utility functions and components for lazy loading

Usage no npm install needed!

<script type="module">
  import reactLazyUtils from 'https://cdn.skypack.dev/react-lazy-utils';
</script>

README

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