-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: createMatchSelector to replace connected-react-router #59
Comments
@Guneetgstar I think it's a good idea to add the same selectors |
@danielr18 Yeah I think I can do it. But currently I am stuck at how to change redux state using |
Oh, I fixed it, that was a tiny configuration mistake. There was a wrong router reducer set. |
Hi @danielr18 I looked further with the API and found that this repo does not give a porting option for
Here you mentioned the In fact the whole implementation is limited to similar behaviour only and a developer just cant include |
You are right, it would be good to document those differences in a migration guide. The good this is Next.js 10 has automatic href resolving, so the |
Thanks for the mention about
But I still see that replace function only works with |
Hi @danielr18 again, although I really wanted to contribute, this project is maintained in |
Please check the PR. |
I am migrating from client side rendering to
next.js
for SSR. Althoughconnected-next-router
is supposed to replaceconnected-react-router
(with the basic analogical name) it does not include a very basic functionality to match to opponent. I haven't covered everything thats missing but found that this can be included in the library itself very easily to fast line the migration process.The text was updated successfully, but these errors were encountered: