Managing JavaScript complexity in a large project

前端 未结 2 1672
孤街浪徒
孤街浪徒 2021-02-09 23:30

What should I use to manage growing number of JavaScript files in my application?

We are building a django application with several apps. Each app has different function

2条回答
  •  情书的邮戳
    2021-02-10 00:00

    Backbone.js is used to organize javascript heavy applications in an MVC-style pattern. It's going to take some learning, but it's definitely something you'll want to look into and learn a bit about even if you don't end up using it.

    It's used on quite a few pretty impressive projects

    And, here's a site to learn more with tutorials.

提交回复
热议问题