Fork me on GitHub
#re-frame
<
2017-11-10
>
danielneal16:11:25

parrot Library Announcement parrot ~ Hey, all. I'd like to announce a library for adding indexes to a re-frame app db. It's drawn from experience of growing a re-frame database that holds lots of domain data. github: https://github.com/riverford/compound docs: https://riverford.github.io/compound/ Pull Requests invited in for a tea and a biscuit

lovuikeng14:11:10

nice, from the example reg-sub :fruits-with-colour, majority of subscription db access become trivial with compound

danielneal09:11:10

@U7DKLTCQJ yes! you've got it exactly 🙂 try and make most of the subscription db access trivial,

mattly18:11:21

I haven’t used the new inline subscriptions stuff in form-1 components before, but am just now trying that for the first time, and am seeing weird behavior

mattly18:11:57

with this code:

mattly18:11:56

The first thing to get logged is literally [::current-state]. Once figwheel reloads or anything else happens then it’s :login

tungsten18:11:37

has anyone here used re-frame-test successfully with lein doo? I keep getting cryptic errors when the test attempts to run. `/Users/bgorman/Development/molo/out/cljsjs/create-react-class/development/create-react-class.inc.js:764 var ReactNoopUpdateQueue = new React.Component().updater; ^ ReferenceError: React is not defined`