Fork me on GitHub
#cljsrn
<
2017-01-08
>
etherfuse03:01:09

I’ve been playing with a single page application and am now moving between switching views. What is the best approach? I’ve looked at both which doesn’t seem to compile and then this solution which seems to indicate it will soon be deprecated. Any good examples or libraries for routing/navigation?

etherfuse03:01:38

any advice on which route to go would be appreciated

etherfuse03:01:05

I read re-frames README, but the test were more informative for me. The README seemed to be more theoretical that I wanted....or was less useful then just seeing examples

pesterhazy09:01:20

@etherfuse you mean on reagent and react native?

etherfuse21:01:01

Anyone have a good navigation tutorial for re-natal, re-frame and react-native?

etherfuse21:01:29

basically looking for how to navigate from one view to the other

lorenlarsen22:01:38

I used the following to get started:

etherfuse22:01:52

@lorenlarsen I have been looking at that one, my only caveat is that on the README says that it’s pretty much deprecated or will be soon. Still it’s all I’m really seeing, so I’ll try it out

lorenlarsen22:01:49

Understood. It was the only example I found that let me get started.

etherfuse22:01:21

I appreciate the link, I think I’m going to use it and just get started. If something else comes out I’ll check it out then