Why use a JavaScript framework?
In general, a JavaScript framework will help us do the following:
- Organizing your code
- Structuring it in a maintainable and ordered way
- Making separation of concerns
- Implementing tested solutions to the most common problems
- Working on a base structure that any developer can follow
More specifically, a JavaScript framework is particularly helpful for applications where much of the business logic will take place on the client side—routing, templating, first-pass model validation, table building and pagination—pretty much whatever you might have used the server for in the past, but now without the latency and overhead that additional HTTP calls would have incurred.
推薦閱讀
- Aptana Studio Beginner's Guide
- 6G潛在關鍵技術(下冊)
- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- 萬物互聯:蜂窩物聯網組網技術詳解
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 射頻通信系統
- 計算機網絡與通信(第2版)
- 電力物聯網工程技術原理與應用
- Mastering TypeScript 3
- jQuery Mobile Web Development Essentials
- 網管第一課:網絡操作系統與配置管理
- Hands-On Microservices with Node.js
- Microsoft Power Platform Enterprise Architecture
- Dart Cookbook
- TCP/IP基礎(第2版)