Hey everyone! What's the recommended way of doing dynamic number of child components? Say I have a grid, that grid is one component, but then each item would be a separate component.
childContext
requires a key
String
which I don't have. Also the number of items in the grid is dynamic, there will be more and less during the lifetime of the grid component.