The reagent template uses compojure server sider routing and 
secretary/accountant on the client (cljs).

https://github.com/reagent-project/reagent-template/blob/master/resources/leiningen/new/reagent/src/clj/reagent/handler.clj

As you can see on line 38 the the server routes correspond to the client 
side routes. I'm not used to seeing web apps like this. Usually I just use 
server for json output. What are the advantages/disadvantages to this 
approach? I'm gonna build a CRUD app with clj backend and cljs front end. 
My first project in clojure.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to