Resize Memory
Stores the user-adjusted grow map in storage and restores it on the next render.
rememberResize
rememberResizeis FlexLayout level options. The grow value is distributed among all layout containers, so storeuses the layout name as the key.
tsx
default key
When is it saved?
Inside the container, it observes changes in style.flex during actual user resize to save the grow map by containerName of the current layout. The saved values are applied again to each container after readythe promise resolves.