mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-05-12 09:20:03 -07:00
Compare commits
5 Commits
13103854e7
...
bbd11a5699
| Author | SHA1 | Date | |
|---|---|---|---|
| bbd11a5699 | |||
| d7300d89f2 | |||
| 57e64a84fd | |||
| 65955874ad | |||
| 27fe6430b8 |
@@ -301,6 +301,8 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [The JavaScript that you should know](https://medium.com/@pedropolisenso/o-javasscript-que-voc%C3%AA-deveria-conhecer-b70e94d1d706) - Article about concepts of JavaScript Functional.
|
||||
* [Multi-threading using web-workers](https://www.loginradius.com/blog/async/adding-multi-threading-to-javascript-using-web-workers/) - Web Workers: Adding Multi-threading to JavaScript
|
||||
* [this keyword in JavaScript](https://www.loginradius.com/blog/async/breaking-down-this-keyword-in-javascript/) - Breaking down the 'this' keyword in JavaScript
|
||||
* [How JavaScript and Hardware Work Together](https://freecontent.manning.com/how-javascript-and-hardware-work-together/) - An article about using JavaScript for amazing and fun hardware projects.
|
||||
* [Building a Lock and Key System with JavaScript](https://freecontent.manning.com/building-a-lock-and-key-system/) - An article about building a lock and key system.
|
||||
|
||||
## Data Visualization
|
||||
*Data visualization tools for the web.*
|
||||
@@ -966,7 +968,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [shuffle-images](https://github.com/peachananr/shuffle-images) - The Simplest Way to shuffle through images in a Creative Way.
|
||||
* [smoothState.js](https://github.com/miguel-perez/smoothState.js) - Unobtrusive page transitions with jQuery.
|
||||
* [Anime.js](https://animejs.com/) - A JavaScript animation engine.
|
||||
* [Mo.js](http://mojs.io) - Motion graphics toolbelt for the web.
|
||||
* [Mo.js](https://mojs.github.io/) - Motion graphics toolbelt for the web.
|
||||
* [particles.js](https://github.com/VincentGarreau/particles.js) - A lightweight JavaScript library for creating particles.
|
||||
* [tsParticles](https://github.com/matteobruni/tsparticles) - A new and improved version of particles.js with bug fixes and many new features.
|
||||
* [particles-bg](https://github.com/lindelof/particles-bg) - A lightweight React particles animation background component.
|
||||
@@ -985,7 +987,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [es6features](https://github.com/lukehoban/es6features) - Overview of ECMAScript 6 features.
|
||||
* [es6-features](https://github.com/rse/es6-features) - ECMAScript 6: Feature Overview & Comparison.
|
||||
* [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet) - ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets.
|
||||
* [ECMAScript 6 compatibility table](http://kangax.github.io/compat-table/es6/) - Compatibility tables for all ECMAScript 6 features on a variety of environments.
|
||||
* [ECMAScript 6 compatibility table](https://compat-table.github.io/compat-table/es6/) - Compatibility tables for all ECMAScript 6 features on a variety of environments.
|
||||
* [Babel (Formerly 6to5)](https://github.com/babel/babel) - Turn ES6+ code into vanilla ES5 with no runtime.
|
||||
* [Traceur compiler](https://github.com/google/traceur-compiler) - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more.
|
||||
|
||||
@@ -1049,6 +1051,9 @@ https://listjs.com
|
||||
* [JavaScript Tutorials](https://hackr.io/tutorials/learn-javascript) - Learn Javascript online from a diverse range of user ranked online tutorials.
|
||||
* [Functional-Light JavaScript](https://github.com/getify/Functional-Light-JS) - Pragmatic, balanced FP in JavaScript.
|
||||
* [Clean Code JavaScript](https://github.com/ryanmcdermott/clean-code-javascript) - Clean Code concepts adapted for JavaScript.
|
||||
* [The joy of JavaScript](https://www.manning.com/books/the-joy-of-javascript) - The key design concepts for clean, and easy-to-maintain code.
|
||||
* [Testing JavaScript Applications](https://www.manning.com/books/testing-javascript-applications) - A guide to building a comprehensive and reliable JS application testing suite.
|
||||
* [D3.js in Action, Third Edition](https://www.manning.com/books/d3js-in-action-third-edition) - A book about D3.js that guides you from simple charts to powerful interactive graphics.
|
||||
|
||||
|
||||
# Other Awesome Lists
|
||||
|
||||
Reference in New Issue
Block a user