Previously elements had to know the sizing of their container when
reserving space, which was sometimes inconvenient and forced people
to make unnecessary wrapper elements.
This adds a new syntax like e.g. <Foo flexGrow={1} flexReserve='/3' />
which reserves 1/3rd of the budget of the parent container.
Previously elements had to know the sizing of their container when reserving space, which was sometimes inconvenient and forced people to make unnecessary wrapper elements.
This adds a new syntax like e.g.
<Foo flexGrow={1} flexReserve='/3' />
which reserves 1/3rd of the budget of the parent container.