Fork me on GitHub
#re-frame
<
2016-11-19
>
hwk05:11:14

so when I use reframe + datascript-like db

hwk05:11:27

I ca make all my reactions as "queries" of the datastrict db

hwk05:11:47

in this case, when the db changes, are all the queries re-run ... or is there a way to "incrementally" get a "diff" on the oupput of the query, based on a "diff" of the db

shaun-mahood05:11:38

Sorry, I think I’m missing one point - are you talking about just using re-frame with the normal app-db, or are you integrating something else in as your app state? I also edited my post in #clojurescript to add a longer video on rum if you missed it

hwk05:11:32

@shaun-mahood : OMG, is the newer, 90 min long one, a SCREEN CAST ?

hwk05:11:48

let's suspend this conversation until I follow through the screencast -- I think I'll ask clearer questions then

shaun-mahood05:11:11

It’s the recording of a workshop he did for his company, but it really has no link to re-frame - all rum and datascript

hwk05:11:18

PS: if you have a reframe screencast -- please send that my way too

hwk05:11:29

screencasts = totally convinces me of how awesome a library is

shaun-mahood05:11:46

@hwk: There are 2 good ones at https://lambdaisland.com/ plus a bunch of other good stuff

hwk05:11:59

oh right, you pasted that earlier, but I haven't paid for lambdaisland yet

shaun-mahood05:11:06

Free trial 🙂

hwk05:11:13

sold 🙂

plexus11:11:42

@hwk let me know how you find the videos, even (or especially) if you don't end up signing up

triss14:11:10

so I love the re-frame model… but today I’m building a Clojure app, input comes from a MIDI controller, view is on a few LEDs on that controller.

triss14:11:35

I love the way events, subscriptions and the app-db are handled in re-frame.

triss14:11:11

which framework in Clojure land would be most helpful for structuring my code?

rasi17:11:02

any suggestions for a data grid library to display data? looking to build a data viz client for internal reporting