
Building A JavaScript Framework
by Alex Young
Publisher: DailyJS 2010
Number of pages: 81
Description:
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.
Download or read it online for free here:
Download link
(660KB, PDF)
Similar books
You Don't Know JS: Scope and Closuresby Kyle Simpson - 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.
(8658 views)
Understanding ECMAScript 6by Nicholas C. Zakas - Leanpub
This book is intended for those who are already familiar with JavaScript and ECMAScript 5. It is aimed at intermediate-to-advanced JavaScript developers (both browser and Node.js environments) who want to learn about the future of the language.
(10055 views)
React.js for the Visual Learnerby Mike Mangialardi - Leanpub
The book teaches the absolute basics of React.js to an absolute beginner through design principles, visual-friendly examples, and a super practical teaching methodology. My writing style always includes stories and personal experiences.
(7194 views)
Developing Backbone.js Applicationsby Addy Osmani - O'Reilly Media
If you're looking to use the single-page application model to build your site's frontend, Backbone.js is an ideal framework for the job. This practical guide provides all the information you need to create structured JavaScript applications.
(16003 views)