JavaScript front-end books to read

Preface:

As a wish to engage in front-end work is still zero-based rookie, I want to learn reasonable, allow themselves to be able to have more global concept (the front - back-end separation, engineering, etc.), you can master the use and flexible front end front-end engineers technology. Here is my own know almost read some, watercress, blog summed up some of the more good, classic JavaScript books (books too much, I also picked up a basic look more suitable for me), to share with you. (This is what I want to read the next single, because now I have not read, and read again I share reading experiences, how to put these "thick book" quick read)

aims:

 1, master JavaScript technology (of course, not just read a book, read a book or have side edge Coding, do not "look do not do")

Read this Book:

1, JavaScript Advanced Programming (Professional JavaScript for Web Developers)

  JS Little Red Book, although advanced, but inwardly they are the basis of this foundation, but very thick, recommendations or honestly read on. There are many readers feel that the front of the entry if too dry (in view of the W3C School before I read the Web site of JS, CSS, HTML knowledge JS look at the books, so I want to strengthen the memory by Little Red Book), many readers recommend "you do not know JavaScript (on a roll)," Getting JS, relatively easy and fun.

2, ES6 standard entry

  JS Little Red Book can learn many of the basic concepts, the sixth chapter, because ES6 added the concept of class and so on, a lot of improvements, Chapter VI can then look at all the ES6 this book.

3, learning JavaScript data structures and algorithms

  Any professional and technical personnel, understanding the data structures are very important. We want to be able to solve the problem by means of a programming language, and the data structure is a solution to these problems is an integral part.

4, high-performance JavaScript

  "High-performance JavaScript" reveals techniques and strategies to help you eliminate performance bottlenecks in the development process. You'll learn how to improve all aspects of performance, including loading the code, run, DOM interaction, page life cycle and so on.

5, JavaScript development practices and design patterns

  The theme of this book is to design patterns, while respecting the book "Design Patterns" intent, for the JavaScript language features a comprehensive introduction to the 16 common design patterns more suited JavaScript programmer, explained the JavaScript object-oriented and functional programming basic knowledge, introduces object-oriented design principles and reflected in the design mode, also shared the daily object-oriented programming techniques and the development of code refactoring.

Guess you like

Origin www.cnblogs.com/xinkuiwu/p/11518611.html