DEV Community

Priyank Deep Singh
Priyank Deep Singh

Posted on • Edited on

2

How to use map() to iterate over array in ReactJS

map() is used in ReactJS to iterate over an array and display the content on front end. It is a standard JavaScript function that can be called on any array. In the current example, we are working on the Functional component.

First, we need to have an array that we need to render. Like this:

Image description

Now we are going to loop through data array, that gives access of each item in the array and can return a JSX element.

Image description

Here we created a component called MapExample, and passed props it to it. props will contain data that would be used in this component, which will talk about later.

Here we are using map() on data the array.
The key prop is used to uniquely identify each item. It is used to give each element a unique identifier. We should always include a 'key' prop for each item in the list.

And Bingo! We are done. Now you can display data from any array using map() in react functional component.

Hope that helps!

SurveyJS custom survey software

Build Your Own Forms without Manual Coding

SurveyJS UI libraries let you build a JSON-based form management system that integrates with any backend, giving you full control over your data with no user limits. Includes support for custom question types, skip logic, an integrated CSS editor, PDF export, real-time analytics, and more.

Learn more

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up