Skip to content

Instantly share code, notes, and snippets.

@shabaz-ejaz
Created July 12, 2017 09:17
Show Gist options
  • Save shabaz-ejaz/e386b400266d1bd14325436c4c8549c6 to your computer and use it in GitHub Desktop.
Save shabaz-ejaz/e386b400266d1bd14325436c4c8549c6 to your computer and use it in GitHub Desktop.
Map function with index
{survey.data.questions.map((item, index) => (
<Step>
<StepButton onClick={() => this.setState({ stepIndex: index })}>
{item.question_category}
</StepButton>
</Step>
))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment