Single Page Web Applications
در کتاب Single Page Web Applications شما چگونگی ساخت برنامههای تحت مرورگر امروزی را فرا میگیرید که از مزیت پلت فرم تحت کلاینت و پهنای باند مدیریت شده بهره مند هستند. شما رویکرد طراحی SPA را یاد میگیرید و سپس شروع به فراگیری تکنیکهای جدیدی به مانند جاوا اسکریپت ساخت یافته و طراحی واکنش گرا میکنید. در نهایت استفاده از جاوا اسکریپت سمت سرور به ذخیره سازی دادهها به صورت NoSQL را به مانند فریم ورک هایی که جاوا اسکریپت را قابل مدیریت پذیرتر و تست پذیرتر کرده اند را یاد میگیرید.
If your website is a jumpy collection of linked pages, you are behind. Single page web applications are your next step: pushing UI rendering and business logic to the browser and communicating with the server only to synchronize data, they provide a smooth user experience, much like a native application. But, SPAs can be hard to develop, manage, and test.
Single Page Web Applications shows how your team can easily design, test, maintain, and extend sophisticated SPAs using JavaScript end-to-end, without getting locked into a framework. Along the way, you'll develop advanced HTML5, CSS3, and JavaScript skills, and use JavaScript as the language of the web server and the database.
This book assumes basic knowledge of web development. No experience with SPAs is required.
Chapter 1: Our first single page application
Chapter 2: Reintroducing JavaScript
Chapter 3: Develop the Shell
Chapter 4: Add feature modules
Chapter 5: Build the Model
Chapter 6: Finish the Model and Data modules
Chapter 7: The web server
Chapter 8: The server database
Chapter 9: Readying our SPA for production