What is Marionette?
It is a JavaScript library with a RESTful JSON interface and is based on the Model–view–presenter application design paradigm. Backbone is known for being lightweight, as its only hard dependency is on one JavaScript library, Underscore.js, plus jQuery for use of the full library.
Marionette is a tool in the Javascript MVC Frameworks category of a tech stack.
Marionette is an open source tool with 7.1K GitHub stars and 1.3K GitHub forks. Here’s a link to Marionette's open source repository on GitHub
Who uses Marionette?
Companies
48 companies reportedly use Marionette in their tech stacks, including Angry Ventures, 500px, and Zscaler.
Developers
115 developers on StackShare have stated that they use Marionette.
Marionette Integrations
Pros of Marionette
20
20
13
9
7
6
4
1
Blog Posts
Marionette's Features
- Layouts
- Utilities
- Behaviors
- Radio
- Objects
Marionette Alternatives & Comparisons
What are some alternatives to Marionette?
AngularJS
AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding.
Puppet Labs
Puppet is an automated administrative engine for your Linux, Unix, and Windows systems and performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification.
Backbone.js
Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
React
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.
Selenium
Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.