Logo

Building Front-End Web Apps with Plain JavaScript

Small book cover: Building Front-End Web Apps with Plain JavaScript

Building Front-End Web Apps with Plain JavaScript
by

Publisher: Web-Engineering.info
Number of pages: 262

Description:
This book shows how to build front-end web applications with plain JavaScript, not using any (third-party) framework or library. A front-end web application can be provided by any web server, but it is executed on the user's computer device (smartphone, tablet or notebook), and not on the remote web server. Typically, but not necessarily, a front-end web application is a single-user application, which is not shared with other users.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Building A JavaScript FrameworkBuilding A JavaScript Framework
by - DailyJS
This book is a guide to building a JavaScript framework. It'll teach you how to build a framework and draw on real-world code from projects like jQuery. Along the way we'll explore some fundamental parts of modern JavaScript.
(16297 views)
Book cover: JavaScript CookbookJavaScript Cookbook
by - O'Reilly Media
This cookbook is chock-full of code recipes that address common programming tasks, as well as techniques for building web apps that work in any browser. Just copy and paste the code samples into your project -- you'll get the job done faster...
(18816 views)
Book cover: DOM EnlightenmentDOM Enlightenment
by - domenlightenment.com
This is the most exhaustive book written about DOM scripting without the use of a library/framework. The book is written in a style that favors small, isolated, immediately executable code over wordy explanations and monolithic programs.
(14785 views)
Book cover: Exploring ES6: Upgrade to the Next Version of JavaScriptExploring ES6: Upgrade to the Next Version of JavaScript
by - ExploringJS.com
This book contains reliable and in-depth information on ECMAScript 6, the next version of JavaScript. The author will provide step-by-step instructions on how to apply ES6 features instead of old JavaScript hacks and methods.
(6571 views)