Advertisement
antnruban

Untitled

Mar 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. render() {
  2.   <div>
  3.     <ul>
  4.       {myArray.map((item, index) => <li key={index}>{item.property}</li>)}
  5.     </ul>
  6.   </div>
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement