- Hands-On RESTful Web Services with Go
- Naren Yellavula
- 151字
- 2021-06-24 17:04:23
The rise of the REST API with SPAs
Let's try to understand why SPAs are already standards of today's web. Instead of building a UI in the traditional way (that is, requesting rendered web pages), SPA designs allow developers to write code in a totally different way. There are many Model-View-Controller (MVC) frameworks, including Angular, React, Vue.js, and so on, for developing web UIs rapidly, but the essence of each of them is pretty simple. All MVC frameworks help us to implement one design pattern. That design pattern is no requesting of web pages, only REST API usage.
Modern frontend web development has advanced a lot in the last decade (2010-2020). In order to exploit the features of the MVC architecture, we have to consider the frontend as a separate entity that talks to the backend only using the REST API (preferably using JSON data).
- UI圖標創意設計
- Practical Data Analysis Cookbook
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- MySQL從入門到精通(軟件開發視頻大講堂)
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- Arduino機器人系統設計及開發
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Java程序設計實用教程(第2版)
- C Primer Plus(第6版)中文版【最新修訂版】
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- 深入理解Zabbix監控系統
- Kotlin入門與實戰
- Python算法交易實戰
- 梔子貓的奇幻編程之旅:21天探索信息學奧賽C++編程