Skip to content

Bundles

Bundles are higher-level reusable groupings built from multiple modules.

They are useful when a repeated scope is larger than a single module but still benefits from structured reuse.

Use bundles when a recurring scope naturally includes multiple coordinated module elements.

They let teams reuse broader construction patterns without flattening everything into one oversized module.

  • keep modules focused
  • use bundles for coordinated scope, not as a substitute for module quality
  • document what the bundle is intended to represent