I came across this in the wiki:
It is recommended that you divide your controller objects into smaller pieces of related functionality and have multiple routers / controllers, instead of just one giant router and controller.
I didn't understand how to apply this. Are there any examples or tutorials?
Right now, I'm playing with Marionette
and using require.js
. How would I go about implementing multiple routers and controllers?