+
+----
+
+## babel-preset-env: a preset that configures Babel for you
+[www.2ality.com/2017/02/babel-preset-env.html](http://www.2ality.com/2017/02/babel-preset-env.html "babel-preset-env: a preset that configures Babel for you")
+
JavaScriptbabelbrowser
+browserlistの構文でサポートブラウザやNode.jsのバージョンなどのターゲットを指定して、その設定を元にBabelの変換やpolyfillを展開してくれるbabel-preset-envについて
+
+
+----
+
+## React Storybook: Develop Beautiful User Interfaces with Ease
+[www.sitepoint.com/react-storybook-develop-beautiful-user-interfaces-with-ease/](https://www.sitepoint.com/react-storybook-develop-beautiful-user-interfaces-with-ease/ "React Storybook: Develop Beautiful User Interfaces with Ease")
+
Reacttesting
+Reactコンポートの開発補助ツールであるReact StryoBookについて。
+`getstorybook`を使ってのセットアップや使い方、、Storyの書き方、カスタマイズ方法、デバッグ、自動テストについて
+
+- [mthuret/storybook-addon-specifications: Write tests next to your stories and display their results inside storybook interface](https://github.com/mthuret/storybook-addon-specifications "mthuret/storybook-addon-specifications: Write tests next to your stories and display their results inside storybook interface")
+
+----
+
+## JavaScript Errors and Stack Traces in Depth
+[lucasfcosta.com/2017/02/17/JavaScript-Errors-and-Stack-Traces.html](http://lucasfcosta.com/2017/02/17/JavaScript-Errors-and-Stack-Traces.html "JavaScript Errors and Stack Traces in Depth")
+
JavaScriptarticletesting
+JavaScriptのスタックトレースをどうやって操作するかという話。
+Chaiにおける`Error.captureStackTrace`を使ったスタックトレース操作を例にしている。
+スタックトレースはどのようにできているか、`Error.captureStackTrace`の使い方について
+
+
+----
+
+## React Redux Real World Examples 〜先人から学ぶReact Reduxの知恵〜
+[blog.tai2.net/real-world-redux.html](http://blog.tai2.net/real-world-redux.html "React Redux Real World Examples 〜先人から学ぶReact Reduxの知恵〜")
+
reduxReactarticle
+ReactとReduxの色々な事例を元に、そのアプリのStoreやComponentがどのような構成になっているかを紐解いていった記事
+
+
+----
+
+## Vendor and code splitting in webpack 2 – Medium
+[medium.com/@adamrackis/vendor-and-code-splitting-in-webpack-2-6376358f1923](https://medium.com/@adamrackis/vendor-and-code-splitting-in-webpack-2-6376358f1923 "Vendor and code splitting in webpack 2 – Medium")
+
+
+----
+
+## lighterio/exam: Node.js test framework
+[github.com/lighterio/exam](https://github.com/lighterio/exam "lighterio/exam: Node.js test framework")
+
JavaScriptnode.jstestinglibrary
+MochaやJasmineのような`describe`や`it`とベンチマーク向けの`bench`、assertionとして`is`、モックを行う`mock`など持つJavaScriptのテストフレームワーク。
+マルチプロセスでテストを実行できるオプションを持っている
+
+
+----
+
+## niieani/typescript-vs-flowtype: Differences between Flowtype and TypeScript 2.1 -- syntax and usability
+[github.com/niieani/typescript-vs-flowtype](https://github.com/niieani/typescript-vs-flowtype "niieani/typescript-vs-flowtype: Differences between Flowtype and TypeScript 2.1 -- syntax and usability")
+
TypeScriptflowtype
+TypeScriptとFlowtypeの比較。
+シンタックスや型定義、それぞれ異なる部分についてなどをまとめたもの
+
+
+----
+
+## developit/unfetch: Bare minimum fetch polyfill in 500 bytes.
+[github.com/developit/unfetch](https://github.com/developit/unfetch "developit/unfetch: Bare minimum fetch polyfill in 500 bytes.")
+
JavaScriptFetchlibrary
+幾つかの制限を持った小さなfetchのライブラリ。
+
+
+----
+
+## debitoor/dot-prop-immutable: Immutable version of dot-prop with some extensions
+[github.com/debitoor/dot-prop-immutable](https://github.com/debitoor/dot-prop-immutable "debitoor/dot-prop-immutable: Immutable version of dot-prop with some extensions")
+
+
+----
+
+## Professional JavaScript for Web Developers: Matt Frisbie: 9781119366447: Amazon.com: Books
+[www.amazon.com/Professional-JavaScript-Developers-Matt-Frisbie/dp/1119366445](https://www.amazon.com/Professional-JavaScript-Developers-Matt-Frisbie/dp/1119366445 "Professional JavaScript for Web Developers: Matt Frisbie: 9781119366447: Amazon.com: Books")
+
JavaScriptbook
+2017年10月2日発売
+Professional JavaScript for Web Developersの4版
+
+
+----
+
+## Security and Frontend Performance - O'Reilly Media
+[www.oreilly.com/webops-perf/free/security-and-frontend-performance.csp](http://www.oreilly.com/webops-perf/free/security-and-frontend-performance.csp "Security and Frontend Performance - O'Reilly Media")
+
browsersecurityperformancebook
+60ページほどのウェブサイトにおけるパフォーマンスとセキュリティについての無料の書籍。
+HSTS、CSP/script要素/iframe、リファラポリシー、link要素、難読化、ServiceWorker、メトリクスなど
+
+
+----
+
+## O'Reilly Japan - Reactビギナーズガイド
+[www.oreilly.co.jp/books/9784873117881/](http://www.oreilly.co.jp/books/9784873117881/ "O'Reilly Japan - Reactビギナーズガイド")
+