Single Page Web Applications - Michael Mikowski, Josh Powell

Single Page Web Applications

Michael Mikowski, Josh Powell

出版时间

2013-09-30

ISBN

9781617290756

评分

★★★★★
书籍介绍
Code for most web sites mostly runs on the server. When a user clicks on a link, the site reacts slowly because the browser sends information to the server and the server sends it back again before displaying the results. With near universal availability of capable browsers and powerful hardware, the single page web application (SPA) pushes most of the code to the browser, giving users immediate results, whether they're surfing at their desk or using a phone app. Single Page Web Applications shows how to build modern browser-based apps that take advantage of stronger client platforms and more-predictable bandwidth. It covers the SPA design approach and explores new techniques like structured JavaScript and responsive design. Readers will learn to capitalize on trends like server-side JavaScript and NoSQL data stores, as well as new frameworks that make JavaScript more manageable and testable as a first-class language. AUDIENCE This book is for web developers, architects, and product managers who know about JavaScript, HTML, CSS, and web development basics. ABOUT THE TECHNOLOGY A Single Page Application (SPA) is an application delivered to the browser that does not reload the page during use.
用户评论
+ Automate with Grunt
作者讲得好细致
不得不说,mikowski真是一个难得负责的作者,他在亚马逊里回复了许多读者的留言,在manning的论坛里也经常出来回答问题,这本书是一本让你快速上手的实战书,里面作者提供了不仅是方法,更多的是他的个人经验,和对新手入门的建议,忘了那些api,那些documents,那些tutorial,跟着这本书来,是让你开始web应用开发的最快途径
从SPA的实现原理到Node的使用,到发布到生产环境需要注意的事情,前端开发全流程,比较易懂,适合入门书籍
It is a good book but it is not new enough. There are some important areas had not been cover.
一开始干活又觉得自己弱爆了,赶紧补补! 看到其他人的评价,感觉有机会的话应该再看一次。
这本书是最近我读的IT书中花时间比较长的一本,非常不错,前端开发的方方面面都涉及到了。当然第三部分服务器的部分,NodeJS和MongoDB可以看单独的书,但是这里提点一下,也算是提纲。当然现在看,书有点老,技术发展太快
收藏