Treffer: Mastering JavaScript Single Page Application Development

Title:
Mastering JavaScript Single Page Application Development
Publisher Information:
Packt Publishing 2016
Document Type:
E-Ressource Electronic Resource
Index Terms:
Availability:
Open access content. Open access content
copyrighted
Note:
English
Contributing Source:
CYBERLIBRIS
From OAIster®, provided by the OCLC Cooperative.
Accession Number:
edsoai.on1268810875
Database:
OAIster

Weitere Informationen

An in-depth guide to exploring the design, architecture, and techniques behind building sophisticated, scalable, and maintainable single-page applications in JavaScriptAbout This BookBuild large-scale, feature-complete SPAs by leveraging widely used tools and techniques.Gain a solid understanding of architecture and SPA design to build applications using the library or framework of your choice.Explore the various facets of SPA development to build web apps that are fast, scalable, and easy to test.Who This Book Is ForThis book is ideal for JavaScript developers who want to build complex single-page applications in JavaScript. Some basic understanding of SPA concepts will be helpful but not essential.What You Will LearnOrganize your development environment using the command line with NPM, Bower, and Grunt.Choose an accurate design pattern for your appUnderstand modular JavaScript programming and Node.jsInteract with a REST API using JavaScript and AJAX with practical examplesBuild a single page application using the MEAN stackConnect your app across popular social media platforms such as Facebook, Twitter, and LinkedInTest your app, both on the server side and in viewsPrepare your app for the real world and deploy it to HerokuIn DetailSingle-page web applications—or SPAs, as they are commonly referred to—are quickly becoming the de facto standard for web app development. The fact that a major part of the app runs inside a single web page makes it very interesting and appealing. Also, the accelerated growth of browser capabilities is pushing us closer to the day when all apps will run entirely in the browser.This book will take your JavaScript development skills to the next level by teaching you to create a single-page application within a full-stack JavaScript environment. Using only JavaScript, you can go from being a front-end developer to a full-stack application developer with relative ease.You will learn to cross the boundary from front-end development to server