Your intuitions are correct. om.core/get-shared and om.core/join are not really related at all. om.core/get-shared is about accessing data global to an entire render tree that will never change. om.core/join is very experimental, I'm not sure what this functionality should look like yet. The idea is that you can compose component data out of smaller pieces of data in the application state.
On Tue, Jan 21, 2014 at 12:32 AM, Ruslan Prokopchuk <[email protected]>wrote: > What is conceptual difference between get-shared and join? Should shared > data be something like root-scope config, which is not meant to be changed > during root lifecycle? And will component be rendered on om.core/join'ed > data change? > > -- > 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. > -- 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.
