meteor-collection-helpers
                                
                                 meteor-collection-helpers copied to clipboard
                                
                                    meteor-collection-helpers copied to clipboard
                            
                            
                            
                        Nested collection helpers
Are there any plans to implement nested collection helpers in this fantastic library?
I know that there is a separate package for this, but it has a lot of errors and is not maintained any longer.
Hey @mazing no there isn't currently however I'll leave this issue open and track if there's any interest
+1
+1
What could they do? How would they look like?
hey @chickenwing see here https://github.com/dburles/meteor-collection-helpers/issues/34
+1
I'm still not sold :D how often do you end up nesting documents with Meteor anyway? it's usually bad practise for reactivity/publications etc (changed messages always include the entire subdocument even if only one field changes within it)