Fork me on GitHub
#cljsrn
<
2015-12-17
>
dvcrn07:12:56

so I wanna build a new react native app. I messed many times with om next and failed getting a simple REST endpoint working (no graph fragments)

dvcrn07:12:08

What would you guys recommend. Reagent? Classic om?

dvcrn07:12:19

Or anyone here with a solution that integrates with a basic API?

dvcrn08:12:56

(alternatively, if anyone has as simple query fragment parser for the serverside (non clojure) that integrates with a ORM, please gimme simple_smile)

dvcrn08:12:52

re-natal seems pretty solid!

mfikes14:12:04

@dvcrn: The only thing I’ve done with Om Next that involves queries is to copy David’s auto-completion tutorial https://github.com/mfikes/auto-completion but that doesn’t involve a special backend.

johannjohann19:12:54

@dvcrn what issues were you running into

Tim21:12:55

is there a react cljs wrapper that is most mature for react native?

Tim21:12:18

I’d rather work with the one that has most momentum than my personal preference

artemyarulin22:12:01

@tmtwd: I guess you should go with https://github.com/drapanjanas/re-natal which currently supports Reagent and re-frame. Although Om-Next looks like more powerful for the mobile development IMHO

artemyarulin22:12:14

I’m working on om-next project template currently, but I’m targeting existing ReactNative applications integration (want to try to convert JS lovers to our church) and cross-platform development, not sure that it will suits your needs