Easy start with javascript frameworks using Marionette.js

This article is going to be helpful for people who just started learn javascriptframeworks. Some of you might be aware about this and other articles which are describing how it’s hard to dive into javascript world. We de

Read More...

Marionette.js v3. Getting started with new version

Welcome to the party. The main goal of Marionette v3 was to clean up and simplify the API.The library was converted to ES6 and organized for easier contribution.Marionette v3 is both smaller and faster than v2.x. In futu

Read More...

A deep dive into Backbone.View events

Backbone Views have a handy declarative events API. That lets you abstract your DOM event bindings into a declarative hash on your views prototype. For example 123456Backbone.View.extend({ template: _.template("<

Read More...