Fork me on GitHub
#re-frame
<
2017-12-12
>
mv10:12:42

Are there any resources to get me started on how to design an application that manages server updates in addition to re-frame storage?

gklijs10:12:49

Something like https://github.com/manuel-uberti/boodle it’s recent. There are a lot of examples for different back-ends. For learning I like to take a working example and make it my own.

manuel12:12:19

thanks for sharing my project, much appreciated 🙂

mv00:12:03

Perfect, thanks

Bravi20:12:17

can I dispatch-later a dispatch-n?

danielneal20:12:20

@bravilogy yep, :dispatch-later takes a sequence of times and events

Bravi20:12:46

oh nice! didn’t realise

Bravi20:12:49

thank you

danielneal20:12:11

you're welcome 🙂

mikerod21:12:40

I have never seen :dispatch-later before

mikerod21:12:41

interesting

mikerod21:12:52

looks like it could almost be used for a debounce