Fork me on GitHub
#om
<
2017-07-10
>
roklenarcic20:07:15

hey, is anyone using racehub/om-bootstrap?

gardnervickers22:07:35

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

roklenarcic22:07:46

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

roklenarcic22:07:52

like schema.core.one object missing

roklenarcic22:07:03

don't even know what's that about

roklenarcic22:07:18

so just wondering if anyone had any luck using it lately

Garrett Hopper23:07:36

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?