Last 12 weeks · 0 commits
0 of 6 standards met
Repository: gaearon/todos. Description: Examples for “Idiomatic Redux”: one branch per lesson Stars: 788, Forks: 306. Primary language: JavaScript. Languages: JavaScript (97.6%), HTML (2.4%). Homepage: https://egghead.io/series/building-react-applications-with-idiomatic-redux Open PRs: 5, open issues: 2. Last activity: 5y ago. Community health: 14%. Top contributors: gaearon.
It seems to me that withRouter doesn't pass route params to nested components. When following the tutorial I used react-router 2.8.1, which I belive needs to explicitly pass down the params from parent component to child. Is there a way to achieve the same that you showed in your tutorial? Best regards!