- Angular Router
- Victor Savkin
- 89字
- 2021-07-09 19:20:30
Isn't it all about the URL?
The URL bar provides a huge advantage for web applications over native ones. It allows us to reference states, bookmark them, and share them with our friends. In a well-behaved web application, any application state transition results in a URL change, and any URL change results in a state transition. In other words, a URL is nothing but a serialized router state. The Angular router takes care of managing the URL to make sure that it is always in-sync with the router state.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- GAE編程指南
- Architecting the Industrial Internet
- 看透JavaScript:原理、方法與實踐
- Mastering PHP Design Patterns
- Linux網絡程序設計:基于龍芯平臺
- Python機器學習編程與實戰
- Java EE 7 Performance Tuning and Optimization
- 自然語言處理Python進階
- Building Android UIs with Custom Views
- Python程序設計與算法基礎教程(第2版)(微課版)
- Go語言編程
- Java 11 and 12:New Features
- Getting Started with RethinkDB
- TypeScript High Performance