An open API service indexing awesome lists of open source software.

https://github.com/sydinh/react-loadable-example

My best practices with react-loadable :raised_hands:
https://github.com/sydinh/react-loadable-example

loadable-components my-repo react

Last synced: about 2 months ago
JSON representation

My best practices with react-loadable :raised_hands:

Awesome Lists containing this project

README

          

# react-loadable example

## Quick start

* To install all dependencies, apply `npm install` or `yarn`.
* To begin the development, run `npm start` or `yarn start`.
* To create a production bundle, use `npm run build` or `yarn build`.