- 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).
- 軟件安全技術
- Spring 5.0 Microservices(Second Edition)
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- 深入淺出Spring Boot 2.x
- Windows Forensics Cookbook
- Getting Started with Python and Raspberry Pi
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 高性能PHP 7
- Mastering Machine Learning with R
- Visual FoxPro程序設計習題及實驗指導
- C語言程序設計實驗指導
- Thymeleaf 3完全手冊
- 計算機輔助設計與繪圖技術(AutoCAD 2014教程)(第三版)
- PHP面試一戰到底
- Python算法交易實戰