shavo007 / react-boilerplate

React boilerplate with webpack and babel best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React boilerplate with ubers design system

Showcases react, react router and lazy loading with webpack

CircleCI

Dependabot Status

Webpack optimizations

Enabled these plugins:

  • "babel-plugin-transform-imports"
  • "babel-plugin-transform-react-remove-prop-types
  • PreloadWebpackPlugin

Reports are generated using webpack-bundle-analyser and bundle-buddy

To run bundle buddy yarn build && npx bundle-buddy dist/*.map

Bundlesize

Run yarn check-size

Storybook

Run storybook by calling yarn storybook

Code splitting by route and dynamic imports

Reading

About

React boilerplate with webpack and babel best practices

License:MIT License


Languages

Language:JavaScript 96.0%Language:HTML 3.0%Language:Sass 1.1%