BackboneJS provides an awesome technique for structuring our application code. And RequiresJS makes it modular. So we can write separate modules for each HTML block […]
One common problem that we face during BackboneJS is view management. Things are simpler when you are developing single page application. But when it comes […]