This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-19
Channels
- # admin-announcements (2)
- # beginners (25)
- # boot (93)
- # cider (2)
- # clara (2)
- # cljs-dev (63)
- # cljsjs (3)
- # cljsrn (38)
- # clojure (142)
- # clojure-austin (1)
- # clojure-brasil (2)
- # clojure-czech (1)
- # clojure-dev (7)
- # clojure-greece (1)
- # clojure-russia (170)
- # clojure-spec (11)
- # clojure-uk (65)
- # clojurescript (46)
- # clojurex (1)
- # code-reviews (3)
- # cursive (11)
- # datomic (35)
- # euroclojure (6)
- # events (2)
- # flambo (2)
- # hoplon (115)
- # instaparse (11)
- # jobs (21)
- # jobs-rus (3)
- # lambdaisland (2)
- # off-topic (17)
- # om (35)
- # onyx (161)
- # planck (1)
- # protorepl (7)
- # random (1)
- # re-frame (31)
- # reagent (19)
- # ring-swagger (21)
- # rum (5)
- # spacemacs (3)
- # specter (25)
- # test-check (20)
- # testing (7)
- # untangled (2)
- # yada (50)
@weltan: I know what you are referring to, the fact that scenes animate in transitions make for weird behavior, I have thought a bit about it. Since NavigationExperimental have been very unstable I’ve been hesitant to implement some advanced solution for now though and just let it do those weird switches. I’m not releasing my app yet. My initial idea of how to solve it was to experiment with :should-component-update
and prevent scenes from updating if it was in transition. But your solution looks good.
Btw, I think it would be good if we kept fragmentation in our small community as low as possible. And since you obviously have improved stuff I would be happy to merge those changes if you’d open a PR. Or is there some reason you want different repos?
👍 for collaboration
@weltan: This issue with animations screwing things up with re-frame is not only present in navigations but also in things like toggles. Ideally one would address all these issues at the same time… Needs some hammock time though.
@doglooksgood: I’ve been trying react-native-navigation recently, with boot-react-native, om.next, etc. and not getting very far.
somebody should write a blog post comparing the different Navigator options for RN (and BRN)
it's a jungle out there
I think that NavigationExperimental fits very well with re-frame and thus can be applied without too much abstractions as in re-navigate. I think that navigation sometimes is made more complicated than it is. I admit that the complexity of the UI of my app is not too high though. But generally the two features I think I will use are switching between different ”pages" in the app (with tabs) and going deeper into those pages with the normal nested navigation.
https://github.com/wix/react-native-navigation/blob/master/example/src/screens/index.ios.js#L15
Oh, I don’t know anything about react-native-navigation
. re-navigate
uses no libraries.
I’m newer than most at this stuff - old erlang guy coming into this new hipster JS stuff
@boorad is boot-react-native working with om-next?
maybe you could contribute a starter example 🙂
IMHO - om-next is a bit rough for new comers, but very cool indeed 🙂
I really like re-frame
but I’m a little worried about performance. Would om-next
be better?
@artemyarulin: om-next makes a bunch of sense to me on state manipulation, as well as friendliness to CQRS
@boorad: Yeah, ideas in om-next are really powerful. What do you use (plan to use) on backend? Datomic?