All Projects → RoundingWellOS → Marionette.toolkit

RoundingWellOS / Marionette.toolkit

Licence: mit
A collection of opinionated Backbone.Marionette extensions for large scale application architecture.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Marionette.toolkit

Backbone Poller
Backbone poller is a simple utility that allows polling on any backbone model or collection
Stars: ✭ 140 (+97.18%)
Mutual labels:  backbone, backbonejs
Autoedit 2
Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
Stars: ✭ 343 (+383.1%)
Mutual labels:  backbone, backbonejs
Backboneanalyze
backbone源码解读
Stars: ✭ 129 (+81.69%)
Mutual labels:  backbone, backbonejs
Tyto
manage and organise things
Stars: ✭ 662 (+832.39%)
Mutual labels:  backbone, backbonejs
Dimeshift
💰💰💰 the easiest way to track your expenses. Free. Open-source. Node.js
Stars: ✭ 173 (+143.66%)
Mutual labels:  backbone, backbonejs
Backbone Faux Server
A framework for mocking up server-side persistence / processing for Backbone.js
Stars: ✭ 55 (-22.54%)
Mutual labels:  backbone, backbonejs
backbone-tutorial-series
Source code generated in the Backbone.js tutorial series
Stars: ✭ 71 (+0%)
Mutual labels:  backbone, backbonejs
Backbone.vdomview
VirtualDOM-aware Backbone View
Stars: ✭ 23 (-67.61%)
Mutual labels:  backbone, backbonejs
Backbone Nested
A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157
Stars: ✭ 453 (+538.03%)
Mutual labels:  backbone
Hackflowy
📓 Workflowy clone, built using Backbone.js & Socket.io
Stars: ✭ 772 (+987.32%)
Mutual labels:  backbone
Pvt
Stars: ✭ 379 (+433.8%)
Mutual labels:  backbone
Fullstack Javascript
Source code for the Fullstack JavaScript book
Stars: ✭ 456 (+542.25%)
Mutual labels:  backbone
Juggler
The Backbone.Marionette UI Framework
Stars: ✭ 6 (-91.55%)
Mutual labels:  backbone
Force
The Artsy.net website
Stars: ✭ 429 (+504.23%)
Mutual labels:  backbone
Money
Money - let's you manage your money and visualize where your money goes. Built using Ruby 2.3.0, Rails 4.2.5, Backbone and Bootstrap
Stars: ✭ 48 (-32.39%)
Mutual labels:  backbone
Query Engine
Even though this is an amazing piece of technology, and can be used independently, it requires a conversion to TypeScript and proper documetnation and tutorials, which we do not have time for.
Stars: ✭ 332 (+367.61%)
Mutual labels:  backbonejs
Restfeel
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Stars: ✭ 59 (-16.9%)
Mutual labels:  backbone
Backbone Responsive Css3 Page Transitions
CSS3 hardware accelerated page transitions optimised for fluid layouts
Stars: ✭ 34 (-52.11%)
Mutual labels:  backbone
Backbone Debugger
Chrome Developer Tools extension for debugging Backbone.js applications
Stars: ✭ 702 (+888.73%)
Mutual labels:  backbonejs
Core Ui
Comindware UI components
Stars: ✭ 31 (-56.34%)
Mutual labels:  backbone

Marionette.Toolkit

Travis Status Test Coverage

About Marionette.Toolkit

Marionette.Toolkit is a collection of opinionated extensions for Marionette Each element helps to reduce boilerplate for complex large scale application problems. This toolkit was built from scripts open sourced from RoundingWell.com.

Documentation

App - An extension of Marionette.Application. Its purpose is to provide an object with a initialize/start/stop/destroy lifecycle.

Component - An extension of Marionette.Application. Provides a consistent interface for which to package state-view-logic.

Async App start - How to easily start apps asynchronously.

StateMixin - JavaScript Object with a Backbone.Model for keeping state. Used by both the App and Component but can be applied to any Marionette Class.

ChildAppsMixin - Functionality to add or remove child Apps to a parent App, start apps asynchronously, and connect the child App lifecycle with the parent App lifecycle.

EventListenersMixin - Binds events to the App while running and removed (and only those) when the App is stopped.

ViewEventsMixin - Adds Marionette.View-like support for view event proxying. The API is analogous to childViewEventPrefix, childViewEvents and childViewTriggers.

Getting Help

If you have questions or concerns please feel free to open an issue. Additionally join us on the Marionette Gitter to have a chat. Everyone there is happy to discuss design patterns.

Project Details

Library Downloads

You can download the latest builds directly from the dist folder above.

Available Packages

Via yarn

$ yarn add marionette.toolkit

Via npm

$ npm install marionette.toolkit

Currently Marionette.Toolkit is available via npm and bower. If you would like add it to another channel, please open an issue.

Changelog

For change logs and release notes, see the changelog file.

Compatibility and Requirements

Marionette.Toolkit currently requires and is tested with Marionette 3.0.0+ as it extends Marionette.Application

Marionette.Toolkit supports IE10+ and modern browsers.

How to Contribute

If you would like to contribute to Marionette.Toolkit's source code, please read the guidelines for pull requests and contributions. Following these guidelines will help make your contributions easier to bring into the next release.

You can also join us in the Marionette Toolkit Gitter to think up new features, report bugs, ask questions, and talk design patterns within Toolkit.

Github Issues

Report issues with Marionette.Toolkit, and submit pull requests to fix problems or to create summarized and documented feature requests (preferably with the feature implemented in the pull request).

===

This library is © 2019 RoundingWell. Distributed under MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].