Fork me on GitHub
#re-frame
<
2016-09-15
>
superstructor02:09:07

@shaun-mahood absolutely, keen to collaborate with anyone who is interested. Busy today with a release unfortunately, but will try to get to that and many other fx/cofx I need to get around to publishing this weekend.

hendriklouw06:09:23

I've done a quick google for this but can't find anything, is there anything like this for re-frame? https://github.com/gaearon/redux-devtools

len07:09:31

Does anyone have any pointers on how to manage large datasets on the client, expiring data, fetching when needed etc ? Thanks !

mac07:09:23

@len datsys https://github.com/metasoarous/datsys is an experimental bid for this

len07:09:36

thanks @mac will check it out

rui.yang12:09:05

anyone is using re-frame 0.8.0?

manutter5113:09:18

I’ve been using it

manutter5113:09:45

but I’m a noob to re-frame in general, so I’m not sure that counts

rui.yang13:09:55

ok, I figured it out

rui.yang13:09:26

I used a two for loop to generate a maze of div element

rui.yang13:09:34

the reaction is not working

rui.yang13:09:18

because I only wrapped the first for loop, not the second. I will have to wrap both the first for and the second for in a doall

danielcompton19:09:31

Don’t think there’s anything like that, but it would be very welcome as a contribution

danielcompton19:09:38

or it’s own library