Closed browniefed closed 8 years ago
Holy guacamoly this is awesome, thanks so much Jason! :fire: Two small question and then I'll merge and deploy it. Thanks!!
@mxstbr alright, should to go now.
This is actually a convenient way for me to get a handle of integrating react-redux
and react-redux-router
, so yeah thanks a ton!
Ah sorry about the conflicts, was working off my outdated master vs upstream merged changes. Should be fixed now.
@himynameisdave nothing too crazy here, with react-router-redux
you can just use Link
as you normally would. However in our case for typing a search term we pull in push
and replace
which our action creators so we can live update the URL while someone types.
This also drives the input value, so there is no internal state, the value of the input is controlled entirely by the the URL
Awesome, thanks so much Jason, will deploy asap!
Everything is now ES6ified, stateless components, redux, react-redux-rotuer, etc, etc, etc.