plasmicapp / plasmic

Visual builder for React. Build apps, websites, and content. Integrate with your codebase.
https://www.plasmic.app
MIT License
4.69k stars 377 forks source link

Reduce bundle size of @plasmicpkgs/react-slick #104

Closed MurkyMeow closed 6 months ago

MurkyMeow commented 6 months ago

The carousel depends on antd library just to import a single button from it. We could save up a ton of kilobytes of bundle size if we used e.g. native html buttons. Would you like to accept a PR for that?

chungwu commented 6 months ago

It is pretty silly, you're right! That makes sense.

IcaroG commented 6 months ago

Closed by https://github.com/plasmicapp/plasmic/pull/106