Building Front-End Web Apps with Plain JavaScript
by Gerd Wagner
Publisher: Web-Engineering.info 2015
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.
Download or read it online for free here:
Read online
(online html)
Similar books
Hacking with React
by Paul Hudson - Leanpub
A hands-on introduction to making a web app using React 0.14, React Router 1.0, ES6, Jest and more. Each chapter is very short, it takes about 5 minutes to complete, although a handful might take 10 minutes because they cover more complicated topics.
(6669 views)
by Paul Hudson - Leanpub
A hands-on introduction to making a web app using React 0.14, React Router 1.0, ES6, Jest and more. Each chapter is very short, it takes about 5 minutes to complete, although a handful might take 10 minutes because they cover more complicated topics.
(6669 views)
JS.next: A Manager's Guide
by Aaron Frost - O'Reilly Media
''JS.next: A Manager's Guide'' educates JavaScript developers, from novice to expert, about the impact that JS.next has had on the language, and demonstrates the powerful new constructs that are accessible in the JS.next API.
(19863 views)
by Aaron Frost - O'Reilly Media
''JS.next: A Manager's Guide'' educates JavaScript developers, from novice to expert, about the impact that JS.next has had on the language, and demonstrates the powerful new constructs that are accessible in the JS.next API.
(19863 views)
The Ugly JavaScript Book
by John H. Keyes
If you just want to be able to do some stuff with JavaScript, this little JavaScript book may help you implement the things that you want to happen at your web site. So this tutorial will concentrate on teaching you to do things.
(19025 views)
by John H. Keyes
If you just want to be able to do some stuff with JavaScript, this little JavaScript book may help you implement the things that you want to happen at your web site. So this tutorial will concentrate on teaching you to do things.
(19025 views)
D3 Tips and Tricks: Interactive Data Visualization in a Web Browser
by Malcolm Maclean - Leanpub
D3 Tips and Tricks is a book written to help those who may be unfamiliar with JavaScript or web page creation get started turning information into visualization. d3.js is an extraordinary framework for presentation of data on a web page.
(7698 views)
by Malcolm Maclean - Leanpub
D3 Tips and Tricks is a book written to help those who may be unfamiliar with JavaScript or web page creation get started turning information into visualization. d3.js is an extraordinary framework for presentation of data on a web page.
(7698 views)