Fork me on GitHub
#re-frame
<
2015-10-08
>
gadfly36105:10:45

Anyone using phantomjs 2.0? If so, I'd be really curious to confirm that re-frame-template still works (https://github.com/Day8/re-frame-template/issues/10): lein new re-frame foo +test cd foo lein cljsbuild once test

Pablo Fernandez11:10:55

Do you use reagent-forms with re-frame?

danielcompton21:10:29

@gadfly361: yep it works for me with Phantom 2.0.0 but I have to do a clean every time.

gadfly36121:10:05

@danielcompton awesome, thanks for taking a look!

Pablo Fernandez23:10:06

I can’t find any documentation on the best way to handle forms with re-frame. Can anybody point me in the right direction?

Pablo Fernandez23:10:23

The two examples of forms I could find, had callbacks on on-change. That would mean every field having a callback. Am I missing something?