- 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).
- Learning ROS for Robotics Programming(Second Edition)
- Java異步編程實(shí)戰(zhàn)
- Redis Applied Design Patterns
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- C# Programming Cookbook
- 劍指JVM:虛擬機(jī)實(shí)踐與性能調(diào)優(yōu)
- Three.js開(kāi)發(fā)指南:基于WebGL和HTML5在網(wǎng)頁(yè)上渲染3D圖形和動(dòng)畫(原書第3版)
- Apache Spark 2.x for Java Developers
- Angular應(yīng)用程序開(kāi)發(fā)指南
- 算法圖解
- CISSP in 21 Days(Second Edition)
- Learning Node.js for Mobile Application Development
- Scratch 3.0少兒積木式編程(6~10歲)
- The Python Apprentice
- Python 3.8編程快速入門