You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to enf...@googlegroups.com
I just committed a breaking change for view bindings. In the past when doing a complex mappings between the view object and your state object you used options :mapping, :to-obj and :from-obj. These options have been replaced by the :lens option. Lenses are Fresnel lenses. Fresnel is a library that allows you to create and compose lenses in the same way we compose a lens into clojure maps using a vector of keywords.