react-router-tutorial
react-router-tutorial copied to clipboard
Add `match` to resolve params
To reach params you need to call this.props.match.params insted of this.props.params. I added match to readme.