Skip to content

Instantly share code, notes, and snippets.

@colinf
Last active July 15, 2016 09:53
Show Gist options
  • Save colinf/6f6848738cdb3fb8fdf35a21f03369e1 to your computer and use it in GitHub Desktop.
Save colinf/6f6848738cdb3fb8fdf35a21f03369e1 to your computer and use it in GitHub Desktop.
Nested route with a parameter ( see http://j.mp/2af4Q7o )
<div className={classnames({'team-item': true, 'pure-g': true, 'team-item-selected': selectedTeamId === id})}
onClick={() => signals.teams.teamSelected({id: team.id})}
>
<div className="pure-u-1">
<h5 className="team-name">{name}</h5>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment