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: Leaflet Tips and TricksLeaflet Tips and Tricks
by - Leanpub
This book is written to help those who may be unfamiliar with JavaScript or web page creation get started bringing their map vision to the World. It is put together as a guide to get you started if you are unsure what leaflet.js can do.
(7862 views)
Book cover: Introduction to JavaScriptIntroduction to JavaScript
by - Foothill College
This introduction to JavaScript covers the Document Object Model, JavaScript elements, events and event handlers, incorporating JavaScript into your HTML pages, program control, functions, arrays, forms, form handlers, environmental variables, etc.
(14051 views)
Book cover: You Don't Know JS: Scope and ClosuresYou Don't Know JS: Scope and Closures
by - O'Reilly
This guide takes you inside scope and closures, two core concepts you need to know to become a more efficient JS programmer. You'll learn how and why they work, and how an understanding of closures can be a powerful part of your development skillset.
(7454 views)
Book cover: Angular 2+ Notes for ProfessionalsAngular 2+ Notes for Professionals
- Goalkicker.com
Chapters: Getting started; Components; Directives; Page title; Templates; Commonly built-in directives and services; How to Use ngif; Modules; Pipes; Custom Validations; Routing; Installing 3rd party plugins; Lifecycle Hooks; Testing ngModel; etc.
(5145 views)