Describe the problem
@base-ui/react adds too much weight. It was short sighted to add just for 2 components, even if it does make a11y easier.
Describe the solution
Will have to explore either smaller alternatives, or just manage it all in package.
Alternatives concidered
We could lazy load the FacetBar and SourcesPanel components, but that only delays the bundle size being loaded and introduces potential lag on a user's interaction.
Describe the problem
@base-ui/reactadds too much weight. It was short sighted to add just for 2 components, even if it does make a11y easier.Describe the solution
Will have to explore either smaller alternatives, or just manage it all in package.
Alternatives concidered
We could lazy load the
FacetBarandSourcesPanelcomponents, but that only delays the bundle size being loaded and introduces potential lag on a user's interaction.