Fork me on GitHub
#reagent
<
2019-09-27
>
jaime11:09:53

Hello everyone! How do you handle routing? Are you using library? What do you think about this lib https://github.com/clj-commons/secretary ?

jaime12:09:12

thanks a lot! will look into it

manutter5112:09:43

+1 for reitit-frontend. It’s still growing, but we’ve been using it for a while now and it works well. Controllers are a really nice feature for when you need to, say, load some bulk data whenever a user navigates to a particular page, or bounce a user to a login page if they’re not already logged in.