Fork me on GitHub
#re-frame
<
2019-02-03
>
Whiskas12:02:50

In my devlopment team the designer will be making components using JSX, there are any patterns or sugestions regarding how to pass handlers and state to the components?

danielcompton21:02:49

@charlesg3 we've never really intended re-frame on the JVM to be more than for light testing

danielcompton21:02:04

re-frame relies on CLJS being single-threaded for some stuff. We have some code in CLJ to handle multi-threaded behaviour, but I don't think at this stage that we want to go very far down that path. What are you using re-frame on the JVM for?

Charles22:02:25

Ok fair enough -- I'll keep digging and see if I can roll my own solution on top. I'm working on something that uses re-frame to support both server side as well as client side rendering

Charles22:02:46

It does seem really close to being basically a cross-platform event / subscription model which is super convenient.

Lu22:02:39

Not too long ago, I read about many people asking for some library to manage forms.. ๐Ÿ™‚ .. I just released a very light lib that takes away all the hassle of implementing forms from scratch. You can check it out here ๐Ÿ™‚