gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.51k stars 461 forks source link

Replace Radium #139

Closed davej closed 5 years ago

davej commented 5 years ago

I'm trying to cut down the bundle size for an app I'm using that relies on react-desktop. Radium plus its dep inline-style-prefixer are quite large. They are responsible for 125k stat, 55k parsed and 13k GZipped.

I might look into replacing Radium with something trimmer in the future, this issue is just a reminder to me.

davej commented 5 years ago

Closing because dupe of #112