/react-boilerplate

React boilerplate with webpack and babel best practices

Primary LanguageJavaScriptMIT LicenseMIT

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