I just started working on a Clojure + ClojureScript proto and had some troubles
getting seamless REPL integration to work with Clojure and ClojureScript.
I finally managed to get the workflow working seamlessly so I decided to write
a blog post about it:
http://uhef.github.io/cljproto-blog//201
You could also check out re-com https://github.com/Day8/re-com
--
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 sto
As if Reactive and Reagent weren't enough reminders of chemistry. Now we have
volatile too! Sheesh.
Sent from my iPhone
> On Jun 23, 2015, at 7:57 AM, Jamie Orchard-Hays wrote:
>
> "volatile" is a great choice of name. It sounds like a warning, as well as
> indicating that is mutable. BE AWAR
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.
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 ap
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.
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are su
"volatile" is a great choice of name. It sounds like a warning, as well as
indicating that is mutable. BE AWARE WHAT YOU'RE DOING WITH ME, I CAN BE
DANGEROUS!
:)
Jamie
On Jun 22, 2015, at 9:20 PM, Marc Fawzi wrote:
> Ah! Thank you very much for this explanation!!
>
> Sent from my iPhone
>