Fork me on GitHub
#fulcro
<
2017-10-08
>
Alister Lee08:10:21

Hi there I'm just in week 1, but Fulcro seems good and right. Can I get a pointer to how to join the dots between html5 routing and RESTful routing? I think I'm trying to have

GET /post/32
somehow
(df/load app [:post/by-id 32] Root)
and SSR. Many thanks.