So, I have been experimenting with various ways of doing navigation with Om, 
and I am curious if people can share any experience they have, because there 
seem to be a lot of blog posts that are short on the specifics.

I am currently using secretary for routing, and a navigation channel that 
causes a root component to set local state that include a cursor path, and a 
component function. That has worked really well, except some of my routes set 
up data in the state atom, which occasionally seems to take an additional 
render loop to get into the cursor (which is confusing to me, and I may be 
confusing a lot of various issues).

I tried putting that data into the atom itself, which seems to just not work at 
all, but given that I am putting a function into the atom, that isn't shocking 
to me.

I also thought about just detaching and mounting a new root, but that seems 
unnecessary and potentially not a solution to my problems.

Anyway, just generally looking for what other people are doing, and any awesome 
tricks anyone has come up with.

Thanks!

--Todd

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to