jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.4k stars 1.16k forks source link

reduce bundle size #379

Open jpuri opened 7 years ago

jpuri commented 7 years ago

This is next big task I am planning to do for the editor, I will break it into modules which user can independently install and still use in editor like right now.

I want to develop more features for the editor - but doing it in single editor will result in much increased bundle size (its much atm even);

This will be breaking change and will be followed by 2.0 release.

Suggestions welcome.

yasuko-sawayama commented 7 years ago

Hi, its sounds fantastic, how about this issue? https://github.com/jpuri/react-draft-wysiwyg/issues/348