funcool / bide

A simple routing library for ClojureScript
BSD 2-Clause "Simplified" License
132 stars 20 forks source link

Support for Clojure #4

Closed piranha closed 6 years ago

piranha commented 7 years ago

I like the syntax, so why not? I might take a stab at this later on. :)

niwinz commented 7 years ago

I like the idea!

dustingetz commented 6 years ago

Is there a fundamental design reason for the javascript impl?

niwinz commented 6 years ago

the time saving, just using an existing implementation

niwinz commented 6 years ago

Probably if someone wants a similar routing library that works in clj and cljs can try using https://github.com/metosin/reitit that seems nice.

bide is created because i want a simple solution for frontend routing, and in the time when this is created there wasnt any good solution.