I am designing large application with Backbone.js + Require.Js + Python. I have a question on Displaying menu items in the left layout. so for every selection in the menu, I need to show the content in the middle layout. I am sure the view holds only the relevent content for showing up in the middle layout. How do I render the middle layout dynamically. Should I need to use Ajax ? OR backbone.js template mechanism supports this dynamic. For example, I have a Product list as well as user list. Menu Item in the left side is "product" and "user" . For clicking "product" it should show the product items in the middle layout . Where do I configure the menu so that it will be available irrespective of changing the middle layout .
Raja k