hey, is anyone using racehub/om-bootstrap?
@roklenarcic We were but ended up just writing small wrappers around cljsjs.react-bootstrap
like (def alert (.createFactory js/React js/ReactBootstrap.Alert))
.
I tried using it but I'm barfing errors all over the place about its schema usage
like schema.core.one object missing
don't even know what's that about
so just wondering if anyone had any luck using it lately
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?