javascript-frameworks-resources.md 7.0 KB
Newer Older
1
## Angular.js
2

V
Victor Felder 已提交
3
* [Angular Basics](http://www.angularjsbook.com)
V
Victor Felder 已提交
4
* [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html)
H
hoganlong 已提交
5
* [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/)
C
Craig Davison 已提交
6
* [Angular.js Guide](https://docs.angularjs.org/guide/)
A
Anubhav Shrimal 已提交
7
* [Angular.js Material Designing](https://material.angularjs.org/latest/)
8
* [Angular.js Snippets for Sublime Text 2](https://github.com/maxhoffmann/angular-snippets)
C
Craig Davison 已提交
9
* [Angular.js Tutorial](https://docs.angularjs.org/tutorial)
10
* [Angular.js Youtube Channel](https://www.youtube.com/angularjs)
H
hoganlong 已提交
11
* [AngularJS - Extend your Browser](https://speakerdeck.com/petebd/devox-uk-2013-angularjs?slide=2)
C
Craig Davison 已提交
12
* [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book/)
H
hoganlong 已提交
13
* [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF)
C
Craig Davison 已提交
14 15
* [AngularJS Insights](http://pascalprecht.github.io/slides/angularjs-insights/#/)
* [AngularJS Succinctly](https://www.syncfusion.com/resources/techportal/ebooks/angularjs) (PDF, Kindle) *(Just fill the fields with any values)*
V
Victor Felder 已提交
16
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com)
17
* [AngularJS with Ruby on Rails](http://angular-rails.com)
C
Craig Davison 已提交
18
* [egghead.io: Learn AngularJS with Tutorial Videos & Training](https://egghead.io)
V
Victor Felder 已提交
19
* [egghead.io youtube channel: Learn AngularJS with Tutorial Videos & Training](https://www.youtube.com/user/johnlindquist)
V
Victor Felder 已提交
20
* [Learn AngularJS with free interactive lessons](http://www.learn-angular.org)
C
Craig Davison 已提交
21
* [Mastering AngularJS Directives](http://pascalprecht.github.io/slides/mastering-angularjs-directives/)
V
Victor Felder 已提交
22
* [Recipes with Angular.js](https://leanpub.com/recipes-with-angular-js/read) *(Leanpub, by Frederik Dietz)*
C
Craig Davison 已提交
23
* [Seven-Part Introduction to Angular](http://ngokevin.com/blog/angular-1/)
24
* [Unit Testing Best Practices in AngularJS](http://andyshora.com/unit-testing-best-practices-angularjs.html)
25

26

27
## Backbone.js
28

C
Craig Davison 已提交
29
* [A Complete guide for learning Backbone.js](http://codebeerstartups.com/2012/12/a-complete-guide-for-learning-backbone-js/)
V
Victor Felder 已提交
30
* [A pragmatic guide to Backbone.js apps](http://pragmatic-backbone.com)
D
David Metcalfe 已提交
31
* [Backbone Tutorials: Beginner, Intermediate and Advanced](https://leanpub.com/backbonetutorials) - Thomas Davis
32
* [Backbone.js + Require.js, Modularization and Just in Time Dependency Loading, part 1](http://developer.teradata.com/blog/jasonstrimpel/2011/12/part-1-backbone-js-require-js) [part 2](http://developer.teradata.com/blog/jasonstrimpel/2012/01/part-2-backbone-js-require-js-further-modularization-and-just-in-time-dep)
H
hoganlong 已提交
33
* [Backbone.js and socket.io](http://developer.teradata.com/blog/jasonstrimpel/2011/11/backbone-js-and-socket-io)
C
Craig Davison 已提交
34
* [Backbonejs Tutorials](https://cdnjs.com/libraries/backbone.js/tutorials/)
V
fix url  
Victor Felder 已提交
35
* [Building Single Page Web Apps with Backbone.js](https://singlepagebook.supportbee.com) (work in progress)
J
Jake Worth 已提交
36
* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/)
37
* [Getting Started with Backbone.js](http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-backbone-js/)
B
Blake Bourque 已提交
38
* [Hello Backbone - Hello world examples of increasing complexity](http://arturadib.com/hello-backbonejs/)
H
hoganlong 已提交
39
* [How to share Backbone.js models with node.js](http://amirmalik.net/2010/11/27/how-to-share-backbonejs-models-with-nodejs)
40

V
Update  
Victor Felder 已提交
41

M
Mat Hopwood 已提交
42
## Booty5.js
43

M
Mat Hopwood 已提交
44 45 46
* [The Booty5 HTML5 Game Maker Manual](http://booty5.com/booty5-free-html-game-maker-e-book-manual/)


47
## D3.js
48 49

* [D3 Tips and Tricks](https://leanpub.com/D3-Tips-and-Tricks) - Malcolm Maclean (Leanpub)
50
* [Dashing D3.js Tutorial](https://www.dashingd3js.com/table-of-contents)
H
hoganlong 已提交
51
* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html)
V
Victor Felder 已提交
52
* [Interactive Data Visualization with D3](http://alignedleft.com/tutorials/d3)
53

V
Update  
Victor Felder 已提交
54

C
Christoph Uschkrat 已提交
55
## Dojo
56

V
Victor Felder 已提交
57 58 59
* [Dojo: The Definitive Guide](http://chimera.labs.oreilly.com/books/1234000001819/index.html) - Matthew A. Russell


60
## Ember.js
61

V
Victor Felder 已提交
62
* [AngularJs vs EmberJs](http://angularjs-emberjs-compare.bguiz.com)
F
Fwiffo 已提交
63
* [DockYard Ember.js Style Guide](https://github.com/DockYard/styleguides/blob/master/engineering/ember.md)
C
Craig Davison 已提交
64
* [Ember App with RailsApi](https://dockyard.com/blog/ember/2013/01/07/building-an-ember-app-with-rails-api-part-1)
H
hoganlong 已提交
65
* [Ember.js - Getting started](http://emberjs.com/guides/getting-started/)
66
* [Vic Ramon's Ember Tutorial](http://ember.vicramon.com)
V
Victor Felder 已提交
67

V
Update  
Victor Felder 已提交
68

C
Christoph Uschkrat 已提交
69
## Express.js
70

V
Victor Felder 已提交
71
* [Express.js Guide](https://web.archive.org/web/20140621124403/https://leanpub.com/express/read) - Azat Mardanov *(Leanpub)*
V
Victor Felder 已提交
72 73


C
Christoph Uschkrat 已提交
74
## jQuery
75

C
Craig Davison 已提交
76
* [JavaScript Fundamentals, Plus a Dash Of JQuery - for dinner ladies](http://nicholasjohnson.com/javascript-book/)
V
Victor Felder 已提交
77
* [jQuery Novice to Ninja](http://mediatheque.cite-musique.fr/MediaComposite/Debug/Dossier-Orchestre/ressources/jQuery.Novice.to.Ninja.2nd.Edition.pdf) (PDF)
C
Craig Davison 已提交
78
* [jQuery Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/jquery) (PDF, Kindle) *(Just fill the fields with any values)*
V
Victor Felder 已提交
79 80


81
## Meteor
82

V
Victor Felder 已提交
83
* [BulletProof Meteor](https://bulletproofmeteor.com)
D
David Metcalfe 已提交
84
* [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/)
85

86

A
Anubhav Shrimal 已提交
87 88 89 90 91
## Node.js

* [Node Documentation](https://nodejs.org/en/docs/)


92 93 94 95 96
## Om

* [Om Tutorial](http://awkay.github.io/om-tutorial/)


V
Victor Felder 已提交
97 98 99 100
## Redux

* [Full-Stack Redux Tutorial](http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html)
* [Getting Started with Redux](https://egghead.io/series/getting-started-with-redux)
101
* [SoundCloud Application in React + Redux](https://www.robinwieruch.de/the-soundcloud-client-in-react-redux/)
V
Victor Felder 已提交
102 103


104
## React
105

106
* [Hacking with React](http://www.hackingwithreact.com)
D
David Metcalfe 已提交
107
* [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660)
N
Nathan Jones 已提交
108
* [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts)
109 110
* [React Enlightenment](https://www.gitbook.com/book/frontendmasters/react-enlightenment/details)
* [React In-depth: An exploration of UI development](https://www.gitbook.com/book/developmentarc/react-indepth/details)
J
Jake Worth 已提交
111
* [React Primer Draft](https://github.com/mikechau/react-primer-draft)
D
David Metcalfe 已提交
112
* [React Tutorial](https://facebook.github.io/react/docs/tutorial.html)
N
Nathan Jones 已提交
113
* React Tutorial by Josh Finnie
V
Victor Felder 已提交
114 115 116
  * [Part 1](http://www.joshfinnie.com/blog/reactjs-tutorial-part-1/)
  * [Part 2](http://www.joshfinnie.com/blog/reactjs-tutorial-part-2/)
  * [Part 3](http://www.joshfinnie.com/blog/reactjs-tutorial-part-3/)
117
* [React with ASP.NET 5 Tutorial](http://reactjs.net/getting-started/aspnet5.html)
118
* [React.js Fundamentals](http://courses.reactjsprogram.com/courses/reactjsfundamentals)
119
* [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial/)
V
Victor Felder 已提交
120
* [SurviveJS - Webpack and React](http://survivejs.com)
N
Nathan Jones 已提交
121

N
Nathan Jones 已提交
122

T
Tom McGurl 已提交
123
## Elm
124

T
Tom McGurl 已提交
125
* [Building a Live-Validating Signup Form in Elm](http://tech.noredink.com/post/129641182738/building-a-live-validated-signup-form-in-elm)
V
Victor Felder 已提交
126 127
* [Elm Tutorial](http://www.elm-tutorial.org)
* [The Elm Architecture](https://github.com/evancz/elm-architecture-tutorial)
B
behzad abbasi 已提交
128 129 130 131 132


## Aurelia

* [Beginning Aurelia](https://leanpub.com/beginning-of-aurelia)