faceyspacey / redux-first-router-link

<Link /> + <NavLink /> that mirror react-router's + a few additional props
MIT License
55 stars 33 forks source link

Problems with dispatching action from Link #99

Open rubendmatos1985 opened 5 years ago

rubendmatos1985 commented 5 years ago

Hi i am pretty excited with redux first router and Link, both are really awesome but i have a problem. When i dispatch an action from Link, the action it's repeating itself twice, when i send an array with the routes names i am receiving just once the dispatched action. Any idea why it is happening? Greetings

ScriptedAlchemy commented 5 years ago

Hey ill need to see some example code.

Thrilled you are interested in RFR and please check out: https://github.com/respond-framework/rudy

It’s docs are completely outdated so only check out the codebase, its completely new. RFR is only the core of this project

ScriptedAlchemy commented 5 years ago

To your point, ill check out the issue and ask to recheck the documentation as theres lots of it. Make sure you are on RFR2 and latest link.

With some code example ill replicate this if i can and see if i can give you a solution.