React Sample Project - Part 9

We'll use the following data sets in the video:

const sampleOptions = [
  {value:1, text:"Some Option"},
  {value:2, text:"Some Other Option"}
];

const artists = [
  {"id": 1, "name": "AC/DC"},
  {"id": 2, "name": "The Beatles"}
]