cwlsn / rinse-react

🚿 Rinse, React, repeat. A boilerplate to build a React component library.
https://rinsejs.io/
MIT License
158 stars 43 forks source link

Bundle size #19

Closed jpkontreras closed 5 years ago

jpkontreras commented 5 years ago

Hello. im worried about the initial size of the bundle. Only with the default button component the bundle has a size of 153kb

image

The bundle has the full react library , Object assign and scheduler.production.min.js. Is there a reason for this? Thanks.

cwlsn commented 5 years ago

Hey! There have been no optimizations made, as this is intended to be more educational in nature. I do plan on building out a few more components and leveling up the webpack config in the future.

qramilq commented 5 years ago

Hello! @cwlsn Any updates here?