DEV Community

Discussion on: React lists without .map

Collapse
 
mrdulin profile image
official_dulin

Make things complicated. .map is clear. If your list item JSX has many, you should consider extract an item component.

Collapse
 
miketalbot profile image
Mike Talbot ⭐

:) Your choice, but if you look at the next part which takes the principle to virtualised windows and lists then (as that article mentions) it becomes a lot more than sugar.