- React Material:UI Cookbook
- Adam Boduch
- 51字
- 2021-06-24 15:49:41
Using state to render list items
The data source used to render List components often comes from the state of your component. A collection—usually an array of objects—is mapped to ListItem components. As the objects in this array change, the Material-UI list items change on the screen.