A list of resources for marionette.js
General
- Official site
- Github repository
- Annotated source
- Marionette.js Blog
- StackOverflow - Tagged questions
- Gitter chat
- Marionette Inspector
- Yeoman generator for Marionette.js
- Marionette CLI
- MarionetteJS CLI package for atom
Tutorials and articles
- A Thorough Introduction To Backbone.Marionette by Joseph Zimmerman - Part 1, Part 2 and Part 3
- A simple Backbone.Marionette tutorial by David Sulc - Part 1 and Part 2
- Tutorial: a full Backbone.Marionette application by David Sulc - Part 1 and Part 2
- A Visual Guide to Marionette.js Views by Matt Bajoras
- Representing Marionette.js Views with State by Matt Bajoras
- Marionette Explained by Ben McCormick
- From Backbone.js to Marionette.js (Russian) - by Mahnunchik
- Marionette.js Behaviors by Al Scott and Jeanette Head - Part 1 and Part 2
- Things I Learned from Building a Large Scale Backbone + Marionette Application by Ian Williams
- Design rules in a Backbone-Marionette App
- A Short Primer on Marionette.js
- Pimping Backbone with Marionette by Tom Herold
- Handling Forms with Marionette.js by Al Scott
- Nested Views in Backbone.Marionette by Sam Saccone
- DRY up your Views in Backbone Marionette by Sam Saccone
- Strengthening Our Backbone With Marionette by Stephen Kao - Part 1
- Tutorial: Nested views using Backbone Marionette’s CompositeView bu David Sulc
- Components with Backbone.js and Marionette.js by Jeremy Fairbank
- Managing Layouts And Nested Views With Backbone.Marionette by Derick Bailey
- Revisiting The Backbone Event Aggregator: Lessons Learned by Derick Bailey
- Why Should I Use Backbone.Marionette Instead Of … ? by Derick Bailey
- Polymer Web Components with Marionette.js by Jeremy Fairbank
- Building A Marionette App with Flux Architecture by Kurtis Kemple
- marionette-service: Service Objects for Marionette by Ben McCormick
- Refactoring a JavaScript Application to Use Microservices: What we Learned With Backbone and Marionette by Pasha Craydon
Books
- Building Backbone Plugins by Derick Bailey and Jerome Gravel-Niquet
- Backbone.Marionette.js: A Gentle Introduction by David Sulc
- Structuring Backbone Code with RequireJS and Marionette Modules by David Sulc
- Marionette Exposé by Jack Killilea
- Backbone.Marionette.js: A Serious Progression by David Sulc
- Getting Started with Backbone Marionette by Raymundo Armendariz and Arturo Soto
- Marionette guides
Videos
- Dancing with Marionette - Youtube channel
- Backbone.js with Derick Bailey by Derick Bailey
- The tools and patterns for building large-scale Backbone applications by Brian Mann
- Episode 03 of BackboneRails screencast by Brian Mann
- Backbone Marionette and Require.js by Daniel Cousineau
- Backbone's rarely enough: An introduction to Backbone Marionette by Len Smith
- Unsuck Your Backbone by Amy Palamountain
- Building Modular and Component Driven Architecture in Backbone.js and Marionette.js by Jeremy Fairbank Slides
- Marionette: The Backbone Framework from BackboneConf 2014 by James Smith
Examples and boilerplates
- Marionette Require Boilerplate
- Marionette Contact Manager - Continuation of development Backbone Contact Manager but using Marionette.js
- Marionette, Require, and Gulp.js Boilerplate - A Lightweight boilerplate originally project based off Marionette Require Boilerplate, with Gulp.js integration instead of Grunt.js
- MarionetteJS + RequireJS + Twitter Bootstrap - Let's start the dance! This boilerplate is a ready setup for starting your next awesome javascript app in minutes
- Marionette gentle introduction
- Marionette wires
- Marionette cookbook
- MarionetteJS + Brunch + Babel/ES6