Yes, you could use the reforms library together with re-frame (forms in
re-frame are actually Reagent forms). The on-click's can be used to
dispatch events to handlers that update the app-db and use subscriptions in
your forms (that you can build using reforms). See the re-frame readme for
details.

I haven't used reforms yet - its very new, but I'm planning on using it as
I've described.

Hope this helps


On Tue, 23 Jun 2015 at 17:27 Александр Шер <aleksandrs...@gmail.com> wrote:

> On Tuesday, June 23, 2015 at 5:58:27 PM UTC+3, simon lomax wrote:
> > You could take a look at this http://bilus.github.io/reforms/ library
> that has recently been released. The reagent forms are what you want for
> re-frame.
>
> Your mean that I need to use reforms (or reagent-forms) beside re-frame
> app-db? And in {:on-click } Submit button handler gather data from reforms
> local atom and send it to re-frame handler?
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "ClojureScript" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/clojurescript/--mp1aptVOs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> Visit this group at http://groups.google.com/group/clojurescript.
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to