om

Please ask the channel first, not @dnolen directly!
roklenarcic 2017-07-10T20:17:15.340820Z

hey, is anyone using racehub/om-bootstrap?

gardnervickers 2017-07-10T22:12:35.621335Z

@roklenarcic We were but ended up just writing small wrappers around cljsjs.react-bootstrap like (def alert (.createFactory js/React js/ReactBootstrap.Alert)).

roklenarcic 2017-07-10T22:16:46.708029Z

I tried using it but I'm barfing errors all over the place about its schema usage

roklenarcic 2017-07-10T22:16:52.710271Z

like schema.core.one object missing

roklenarcic 2017-07-10T22:17:03.713573Z

don't even know what's that about

roklenarcic 2017-07-10T22:17:18.718523Z

so just wondering if anyone had any luck using it lately

2017-07-10T23:42:36.231985Z

Should remote login be done through a :remote mutation? I have a 'login mutation with email and password, but I'm not sure how I can return an authentication token from the remote. When I return something, it gets merged (via default-merge) into my state using the 'login symbol. Can I somehow make this run a local mutation or something? Perhaps somehow using tempids?