0 votes
in ReactJS by
Explain how lists work in React

1 Answer

0 votes
by

We create lists in React as we do in regular JavaScript. Lists display data in an ordered format

The traversal of lists is done using the map() function

...