Fork me on GitHub
#reitit
<
2019-03-30
>
v3ga13:03:03

Does anyone happen to have any examples of reitit used with re-frame?

valtteri14:03:26

Hi @decim, I migrated a while ago from secretary to Reitit. I’m still looking for idiomatic usage patterns but it’s open-source and it works. 😉 https://github.com/lipas-liikuntapaikat/lipas/blob/master/webapp/src/cljs/lipas/ui/routes.cljs https://github.com/lipas-liikuntapaikat/lipas/blob/master/webapp/src/cljs/lipas/ui/events.cljs#L79-L90

v3ga14:03:04

@valtteri nice. thanks! funny enough or namespace structure is similar so clearly you’re on the right path

v3ga14:03:54

oh this is a cool codebase.

valtteri14:03:01

Thanks! I’ve been working with it almost for a year now. It’s been great doing full-stack clj/cljs. I’m using reitit on the backend side as well.

v3ga16:03:18

@valtteri yeah I plan on using reitit on the backend as well