reagent-project / reagent-template

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

Add option to use Bidi instead of Secretary #149

Closed PEZ closed 5 years ago

PEZ commented 5 years ago

I think it makes sense to offer the use of bidi instead of Secretary. Bidirectional and data driven are two reasons.

Additionally Bidi supports hash target navigation which is nice if you use something like Clerk. :smile:

yogthos commented 5 years ago

Thanks, it would be good to update the server-side handler to use Bidi as well for the +bidi option.

PEZ commented 5 years ago

I'll have a look at it.