Bundle size

You can use the library completely or only some of its modules according to your needs. Either way, your final bundle will include only the parts you're using.

Tree shaking

If you're using modern tooling, such as webpack, create-react-app and similars, you already have tree shaking set up.

Separate files

(WIP) @storeen/components also exposes separate files for each module. If you can't do tree shaking, you should import files directly: