Fork me on GitHub
#reitit
<
2018-07-10
>
Charleshd09:07:56

I'm well accustomed to Compojure, but I wanna test reitit.

Charleshd09:07:47

ok I found the response I was searching in reitit doc before asking it here ^^. Thanks for the doc.

ikitommi12:07:08

route data to declare what is needed, middleware for the actual logic (, spec to define the form for the data)

roklenarcic15:07:18

since we're using reitit to create REST servers, what about clients... what do you guys use for that?

nenadalm17:07:56

I am not using reitit yet, but on frontend I use re-frame with bidi routing.

Charleshd15:07:04

I'm not sure I understand what bidirectional means in route dispatching community

roklenarcic16:07:15

It means you can get the path string if you provide route name and parameters

roklenarcic16:07:24

that is the other direction