I've been using Om with cursors but have very quickly encountered the limitations of purely hierarchical data and have been playing with DataScript as an alternative. The application I'm working on will perform fine without the IShouldUpdate optimizations so I'm trying out a simple approach like this: https://gist.github.com/swannodette/11308901
When using Om's cursors I had a number of top level entries in the app state (i.e. things like current route, error messages, current user, etc.). Mike, how are you modeling these kind of singleton objects as DataScript entities? Or are you using separate atoms for this kind of thing? Thanks! -Scott -- 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.
