From 07f2a499993cfa33244d4ba1395997d214c472ef Mon Sep 17 00:00:00 2001 From: Luminous Spice Date: Fri, 11 Mar 2016 09:12:56 +0900 Subject: [PATCH] [ja] 7 js books --- free-programming-books-ja.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/free-programming-books-ja.md b/free-programming-books-ja.md index b33b7c79..e262720f 100644 --- a/free-programming-books-ja.md +++ b/free-programming-books-ja.md @@ -38,10 +38,12 @@ * [iOS](#ios) * [Java](#java) * [JavaScript](#javascript) + * [Angular.js](#angularjs) * [Backbone.js](#backbonejs) * [D3.js](#d3js) * [jQuery](#jquery) * [Node.js](#nodejs) + * [React](#react) * [Julia](#julia) * [LaTeX](#latex) * [Linux](#linux) @@ -388,6 +390,15 @@ * [中上級者になるためのJavaScript](https://kenju.gitbooks.io/js_step-up-to-intermediate/) - Kenju +#### Angular.js + +* [AngularJS 1.2 日本語リファレンス](http://js.studio-kingdom.com/angularjs) - @tomof(翻訳) +* [AngularJS 日本語マニュアル](http://angular-js.net) +* [AngularJS's tutorial - あなたとともにAngularJS](http://lab.hisasann.com/AngularJSTutorial/) - @hisasann +* [AngularJSスタイルガイド](https://github.com/mgechev/angularjs-style-guide/blob/master/README-ja-jp.md) +* [すぐできる AngularJS](http://8th713.github.io/LearnAngularJS) - @8th713 + + #### Backbone.js * [Backboneドキュメント日本語訳](https://github.com/enja-oss/Backbone) - Jeremy Ashkenas, @studiomohawk(監訳) @@ -411,6 +422,12 @@ * [Nodeビギナーズブック](http://www.nodebeginner.org/index-jp.html) - Manuel Kiessling, Yuki Kawashima(翻訳) +#### React + +* [React 0.13 日本語リファレンス](http://js.studio-kingdom.com/react) - @tomof(翻訳) +* [React チュートリアル](https://facebook.github.io/react/docs/tutorial-ja-JP.html) - Facebook Inc. + + ### Julia * [Julia 0.3.8](http://stat.biopapyrus.net/julia/) - 孫建強