reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
395 stars 55 forks source link

Change to reitit for routing, both client and server side #151

Closed PEZ closed 5 years ago

PEZ commented 5 years ago

Change of minds regarding bidi and keeping the router an option. To keep things simple this PR switches out Secretary for routing in the frontend and Compojure for the same use in the backend.