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:
- Host: GitHub
- URL: https://github.com/sydinh/react-loadable-example
- Owner: sydinh
- Created: 2018-06-08T04:05:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T08:31:32.000Z (over 7 years ago)
- Last Synced: 2025-03-18T05:32:04.215Z (about 1 year ago)
- Topics: loadable-components, my-repo, react
- Language: JavaScript
- Homepage: https://github.com/jamiebuilds/react-loadable
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.