<Route path="/repos/details/:repo_name"
render={(props) => <RepoDetails repo_name={props.match.params.repo_name} />} />
<Route path="/repos/details/:repo_name"
render={(props) => <RepoDetails {...props} />} />
const repoName = this.props.match.params.repo_name