Fork me on GitHub
#re-frame
<
2016-08-12
>
sam.roberton00:08:27

@lwhorton: I don't think you want .setValue('...') -- I think you want .sendKeys('...'). .setValue is going to set the underlying input DOM element's value attribute, but React/Reagent won't ever read that value -- they expect to be able to treat it as a write-only property which controls the display. I suspect the incorrect input population is the result of React and Reagent applying their DOM-diffing and async-input-text-management algorithms in the presence of unexpected DOM mutation.

shyambalu14:08:29

i believe this is the suggested method now

shyambalu14:08:48

oh sorry tht’s for 0.8 *

curlyfry15:08:11

Recently deployed this small webapp I made during the summer: http://imperimetric.dxtr.se/. Working with re-frame has been a joy! If anyone is interested in the code/would like to give some critique, the code is on GitHub: https://github.com/Dexterminator/imperimetric

shaun-mahood15:08:40

@curlyfry: Awesome, I'll definitely be taking a look at the code. Plus, now I know that I need 7.1 deciliters of milk for that recipe 🙂

shaun-mahood16:08:55

@curlyfry: Would you be able to add it to the external resources page on the re-frame wiki? https://github.com/Day8/re-frame/wiki/External-Resources

curlyfry17:08:04

I looked quite a bit at https://github.com/braveclojure/open-source before starting my project, maybe it should be added to the page as well?

shaun-mahood17:08:55

Definitely a good idea! I didn't realize it was written using re-frame, that's very cool.

curlyfry17:08:18

It also uses boot, so I think it's pretty nice for people who prefer that over leiningen

shaun-mahood17:08:17

Added to the wiki

shyambalu17:08:33

has anyone had any experience with infinite scroll with reframe

shyambalu17:08:41

or scroll events

mccraigmccraig22:08:48

@shyambalu: i have a infinite scroll component in re-frame