Example for a basic relational relationship with a puppet

I just recently stared at using backbone.js, and since I have a pretty big data structure, I use backbone-relational to keep it as fast and fast as possible.

Now I would like to use puppet shows, but I was struggling to get rendering for collections of collections and children's views and all that needed to work well.

So, I was wondering if anyone had an example that would use a basic relational and puppet at the same time, which shows how to handle views correctly.

any help is appreciated

WITH

+4
source share
1 answer

Marionette has a CompositeView that works best with nested collections.

Marionette CompositeView Documentation

Marionette CompositeView Article

+1
source

All Articles