-
Notifications
You must be signed in to change notification settings - Fork 312
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
Possibility of Working with Marionette #434
Comments
@samccone - Hmm that's a good question. I think Marionette might not be possible because it overrides so much on of Backbone, and Rendr does too. Things like a Marionette Item View extends backbone and overrides the I'm trying to think if there is a way you could shim marionette as backbone in browserify, then have Rendr extend that.. but.. I think you'll run into way more problems than it'd be worth by going down that road... TL;DR - I don't think you can without writing an adapter for Marionette to extend Rendr, which will probably turn into writing a lot of scaffolding and just calling into Marionette functions. |
I agree -- there would likely be too many collisions between the two Libraries and the way they both subclass Backbone.View, Backbone.Model, etc. That said, it looks like Marionette has all sorts of useful things, so you may be able to pull some of them in to a Rendr app, or at least build a Marionette-inspired approach. |
+1 on this. some things I think would be especially useful from Marionette:
|
My dream: Yo package called generator-rendr-marionette This desire comes from:
|
Hmmm, honestly wouldn't be too hard to make a base As for a Yo generator.. those are pretty straight-forward to write, the difficulty becomes the difference w/ how people generally write code. Things like requireAMD vs require boilerplate are very different. Some people also prefer different styles with |
Hi @saponifi3d and @spikebrehm
There is a fair amount of interest on our side of the pond in using rendr with Marionette Applications.
marionettejs/backbone.marionette#2002
I was wondering if you had any thoughts on this, would love to work with you guys on this.
👍
The text was updated successfully, but these errors were encountered: