How the Backbone Marionette JS router works

modon picture modon · Feb 21, 2014 · Viewed 7.1k times · Source

I am new to Backbone Marionette JS and wondering how its routing works. Is any one can explain me or point me to the right direction to look at it.

Thanks in advance.

Answer

Dhruv Parikh picture Dhruv Parikh · Feb 21, 2014

You should have a look at

https://github.com/marionettejs/backbone.marionette/blob/master/docs/marionette.approuter.md

  • And other Marionette Samples

https://github.com/davidsulc/marionette-gentle-introduction

  • This is a great place to start with. You will get to know how things work in Marionette and how different is it with Backbone Code Style.