Architecture for single page application (JavaScript)

前端 未结 7 1976
旧时难觅i
旧时难觅i 2020-12-15 10:27

I wanted to understand the overall architecture for designing single page application (mainly through JavaScript)

Let\'s say I have a login page (Usernam/Password) a

相关标签:
7条回答
  • 2020-12-15 11:17

    You may take inspiration from existing solutions that you can find over the web :

    • ExtJS (MVC application architecture)
    • Knockout (built upon the MVVM pattern)
    • Backbone
    0 讨论(0)
提交回复
热议问题