mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-29 22:48:09 -08:00
Compare commits
3 Commits
141528cd64
...
f75fddebb9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f75fddebb9 | ||
|
|
ac34428b6d | ||
|
|
1a92d8ea42 |
@@ -299,7 +299,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
## Articles and Posts
|
## Articles and Posts
|
||||||
|
|
||||||
* [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.
|
* [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.
|
||||||
* [How JavaScript works](https://blog.sessionstack.com/tagged/tutorial) - A series of articles about the building blocks of JavaScript.
|
|
||||||
* [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
|
* [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
|
* [this keyword in JavaScript](https://www.loginradius.com/blog/async/breaking-down-this-keyword-in-javascript/) - Breaking down the 'this' keyword in JavaScript
|
||||||
|
|
||||||
@@ -323,7 +322,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [cubism](https://github.com/square/cubism) - A D3 plugin for visualizing time series.
|
* [cubism](https://github.com/square/cubism) - A D3 plugin for visualizing time series.
|
||||||
* [dc.js](https://github.com/dc-js/dc.js) - Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
|
* [dc.js](https://github.com/dc-js/dc.js) - Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
|
||||||
* [vega](https://github.com/trifacta/vega) - A visualization grammar.
|
* [vega](https://github.com/trifacta/vega) - A visualization grammar.
|
||||||
* [processing.js](http://processingjs.org/) - Processing.js makes your data visualizations work using web standards and without any plug-ins.
|
|
||||||
* [envisionjs](https://github.com/HumbleSoftware/envisionjs) - Dynamic HTML5 visualization.
|
* [envisionjs](https://github.com/HumbleSoftware/envisionjs) - Dynamic HTML5 visualization.
|
||||||
* [rickshaw](https://github.com/shutterstock/rickshaw) - JavaScript toolkit for creating interactive real-time graphs.
|
* [rickshaw](https://github.com/shutterstock/rickshaw) - JavaScript toolkit for creating interactive real-time graphs.
|
||||||
* [flot](https://github.com/flot/flot) - Attractive JavaScript charts for jQuery.
|
* [flot](https://github.com/flot/flot) - Attractive JavaScript charts for jQuery.
|
||||||
@@ -432,6 +430,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*.
|
* [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*.
|
||||||
* [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency.
|
* [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency.
|
||||||
* [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexps.
|
* [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexps.
|
||||||
|
* [sweet-monads](https://github.com/JSMonk/sweet-monads) - A utility library containing popular monads and lazy iterators.
|
||||||
|
|
||||||
## Reactive Programming
|
## Reactive Programming
|
||||||
*Reactive programming libraries to extend JavaScript’s capabilities.*
|
*Reactive programming libraries to extend JavaScript’s capabilities.*
|
||||||
@@ -499,7 +498,9 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [Fraction.js](https://github.com/infusion/Fraction.js) - A rational number library for JavaScript.
|
* [Fraction.js](https://github.com/infusion/Fraction.js) - A rational number library for JavaScript.
|
||||||
* [Complex.js](https://github.com/infusion/Complex.js) - A complex number library for JavaScript.
|
* [Complex.js](https://github.com/infusion/Complex.js) - A complex number library for JavaScript.
|
||||||
* [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript.
|
* [Polynomial.js](https://github.com/infusion/Polynomial.js) - A polynomials library for JavaScript.
|
||||||
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript
|
* [Quaternion.js](https://github.com/infusion/Quaternion.js) - A quaternion library for JavaScript.
|
||||||
|
* [eigen-js](https://github.com/BertrandBev/eigen-js) - A powerful linear algebra library.
|
||||||
|
* [nlopt-js](https://github.com/BertrandBev/nlopt-js) - A non-linear optimization library.
|
||||||
|
|
||||||
## Storage
|
## Storage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user