framework7-redux icon indicating copy to clipboard operation
framework7-redux copied to clipboard

Best practice for using URL params like in /contact/:contactId

Open RobIsHere opened this issue 5 years ago • 0 comments

I don't see a way to use URL params from redux. Could you please give some hints or best practice information?

Especially:

  • How can I call Urls with params using the action creator? Maybe like navigateTo('url', { params:{ ... } })
  • How could I select params using a redux selector? I've seen that router.currentRoute has all information. But I would need it in Redux.

RobIsHere avatar Mar 26 '20 06:03 RobIsHere