fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
Timofey Sitnikov 2021-06-11T11:40:03.154900Z

Good Morning, I am trying to deal with route parameters. Looking at the https://book.fulcrologic.com/#_route_parameters, it seem to point to legacy dependency, [com.fulcrologic.fulcro.routing.legacy-ui-routers :as r] Is that still the approach I should be taking or is there a newer way to access Route Parameters?

Timofey Sitnikov 2021-06-11T11:43:47.156500Z

Basically, I am working on a recover password page that loads due to click on email link with url and token parameter. Can anyone point me to an example of how the url token parameter can be used?

Jakub Holý 2021-06-12T18:16:44.161500Z

You mean route params supplied to change-route? Id expect :will-enter can see them. They are also likely stored in the router UISM and there is likely an easy way to obtain them

Jakub Holý 2021-06-11T19:02:52.157200Z

Routing has nothing to do with URL - you need to connect them manually. Look at how RAD does it.