Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marionette #19

Closed
marcelklehr opened this issue Jan 23, 2014 · 2 comments
Closed

Marionette #19

marcelklehr opened this issue Jan 23, 2014 · 2 comments

Comments

@marcelklehr
Copy link
Contributor

Hello again,

I'm new to backbone and just getting started with all this stuff.
So, I'm wondering if I can also use your VirtualCollections without Marionette.
And if not, what is Marionette good for (in general and in this use case)?
Could you enlighten me?

thanks in advance

@p3drosola
Copy link
Owner

Hey @marcelklehr,

Sure, you can use VirtualCollection without Marionette. Virtual collection is just specially designed to work in a "drop in" manner with Marionette.

Marionette has a lot of features that come in handy when building larger backbone applications. Mostly at the view & view management layer. They have powerful ItemView & CollectionView conventions with speed up development time, and make your views more uniform.

@marcelklehr
Copy link
Contributor Author

thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants