Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 907 Bytes

Javascript.md

File metadata and controls

24 lines (12 loc) · 907 Bytes

Javascript

Online Books

These books can be read online for free and they can also be purchased (paper or PDF):

  1. Eloquent Javascript, a book by Marijn Haverbeke (the author or codemirror).
  2. Exploring ES6 a book by Axel Rauschmayer.

NPM

npm-package.json: Specifics of npm's package.json handling.

Compatibility

Browser Compatibility Table: See what features certain browsers support.

Bundlers

Webpack Book: Webpack is a powerful bundler that can simplify the creation of complex web applications.

Snowpack: With Snowpack you can build modern web apps (using React, Vue, etc.) without a bundler (like Webpack, Parcel, Rollup).