- Progressive Web Apps with React
- Scott Domes
- 127字
- 2021-07-08 09:36:11
Why Progressive Web Apps?
Many static web pages do a fantastic job of performance. However, when all you need to do is render some HTML, CSS, and a smattering of JavaScript, it's less of a struggle to work well under all network conditions.
When we start talking about web applications--large, complex, JavaScript-based workhorses--performance becomes a significant challenge. Our frontend will have a lot of code. Our user needs to download all that code if they want to use our app to its fullest potential. How do we ensure that they're not staring at a blank loading screen for ten seconds, as 500 KB of JavaScript initializes?
Therefore, most of our performance enhancements will center around managing the JavaScript problem. This is especially true with React.
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- 玩轉Scratch少兒趣味編程
- OpenNI Cookbook
- Java:Data Science Made Easy
- Functional Kotlin
- C語言程序設計
- Mastering Unity 2D Game Development(Second Edition)
- HTML5 APP開發從入門到精通(微課精編版)
- Practical Game Design with Unity and Playmaker
- 匯編語言編程基礎:基于LoongArch
- Learning Splunk Web Framework
- Learning Python Data Visualization
- 數據結構:Python語言描述
- Android智能手機APP界面設計實戰教程
- Learning WordPress REST API