marmelab / aor-rich-text-input

<RichTextInput> component for admin-on-rest, useful for editing HTML code in admin GUIs
MIT License
23 stars 25 forks source link

Explore code splitting options #4

Open fzaninotto opened 7 years ago

fzaninotto commented 7 years ago

Quill.js, the main dependency of aor-rich-text-input, is a large addition to the bundle size of any SPA. Here, on admin-on-rest-demo, it's taking 14% of the bundle size.

image

We should provide a lazy loading alternative for people using a bundler compatible with code splitting.