Fork me on GitHub
#cljsrn
<
2016-06-18
>
pvinis14:06:13

so i want to start a new cljsrn project

pvinis14:06:34

i would prefer boot, but i dont mind using lein

pvinis14:06:45

is re-natal the way to go?

anatoly15:06:45

@pvinis: re-natal is what I am using – if you are familiar with re-frame it is quite straight-forward to get started. Beware of the GET-problem with cljs-ajax (my last question above)

artemyarulin15:06:42

re-natal can do om-next and rum as well as far as I remember

vikeri15:06:59

@pvinis I have a beef with re-natal at the moment: Runtime errors are not traceable… So the error messages are fairly worthless. But boot has some issues with 0.27 if I don’t recall incorrectly...

pvinis16:06:27

aha.. alright. thank you all 🙂

pvinis16:06:38

i will try with lei renatal reagent

pvinis16:06:51

and if i have any weird issues i wil be back

pesterhazy18:06:27

yeah, boot-react-native is pretty rough at the moment, not for the faint of heart

pesterhazy18:06:59

re-natal is a good bet at the moment, though I hope we'll be able to get b-r-n back into shape soon

pvinis19:06:41

@anatoly: hm, i start the app after just initting, and i get a “unexpected identifier GET"

pvinis19:06:49

is that what you were talking about?

pvinis20:06:16

ok i didnt have figwheel running..

pvinis20:06:12

now its fine. but now im having trouble using a listview. is there some documentation about ho to use all the reactnative components and how to “change” them to reagentcljs?

savelichalex21:06:32

@pvinis: just look at luno app - this is better then documentation https://github.com/alwx/luno-react-native