kenjimorita– Author –
-
react-router-redux
【react-router-redux】これが出てきたら:
should not have a “path” prop in IndexRoute 【react-router-redux】これが出てきたら:<IndexRoute> should not have a "path" prop in IndexRoute should not have a "path" prop in IndexRoute indexRoute はpashプロパティを持つべきではありません。 fix [code language="javascript"] Rou... -
参照記事
【JavaScript】Reflectの使い方「Reflect | Metaprogramming in ES6: Part 2 – Reflect」の記事概要
【JavaScript】Reflectの使い方「Reflect | Metaprogramming in ES6: Part 2 - Reflect」の記事概要 以下ここの記事の概要 ------------ ReflectはJSONやMathのようなグローバルオブジェクトです。 introspection methods(内観メソッドというのは Object.... -
react-router-redux
【react-router-redux】エラーを解決:routing state to be available either as `state.routing` or as the custom expression you can specify as selectLocationState。。。
【react-router-redux】エラーを解決:sync.js:39 Uncaught Error: Expected the routing state to be available either as `state.routing` or as the custom expression you can specify as `selectLocationState` in the `syncHistoryWithStore()` optio... -
git
GitHubの草がハロウィン仕様(Grass Halloween)
GitHubの草がハロウィン仕様 いいね。 -
Redux
【react-router-redux】解決したい。Expected the reducer to be a function(createStore.js)
【react-router-redux】解決したい。Expected the reducer to be a function(createStore.js) コンソールにExpected the reducer to be a functionが出てお困りの方。createStoreから出ています。 createStoreのここでfunctionが渡ってくるはずがObjectと... -
もりたけんじ
人間は2種類に分けられる
人間は2種類に分けられる 人間は2種類に分けられる。 プリンをラーメンのようにすする奴と プリンをラーメンのようにすすらない奴だ。 両者の違いはプリンをラーメンのようにすするかプリンをラーメンのようにすすらないかの違いである。 -
Redux
【Redux】「bindActionCreators」とは。使い方 Reduxドキュメント日本語訳
【Redux】「bindActionCreators」とは。使い方 Reduxドキュメント日本語訳 ReduxドキュメントのbindActionCreators ====================== bindActionCreators(actionCreators, dispatch) 同じキーを持つオブジェクトに、 その値をActionCreatorであるオ... -
Redux
【React/Redux】このアラートが出てきたらすること/warning.js:36 Warning: validateDOMNesting(…): <div> cannot appear as a descendant of <p>. See Counter > p > … > div.
【React/Redux】このアラートが出てきたらすること/warning.js:36 Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. See Counter > p > ... > div. React x Reduxを使っていて、 下記のようなものが... -
Redux
【React/Redux】Propsがread-onlyでEmpty Object。。connectとか疑った後,Container内のComponentが何も返してくれない時
【React/Redux】Propsがread-onlyでEmpty Object。。connectとか疑った後,Container内のComponentが何も返してくれない時 エラーにもならないで、静かに訴えています。。 写真のようにaddOnで見ると、、Propsがread-onlyでEmpty Object。。connectとか疑っ... -
Redux
【Redux】これハマった。。invariant.js:38 Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
【Redux】これハマった。。invariant.js:38 Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. ヒントもうちょっと欲しい。。って思いながら、... -
【Twitter,Instagram,APIテスト投稿】
テスト投稿 https://twitter.com/bukostunikki?lang=ja -
webpack
【webpack】webpackDevMiddleware とは
【webpack】webpackDevMiddleware とは webpackDevMidleware -ドキュメント- webpackDevMiddleware はデータ構造領域に接続するミドルウェに対しての小さなミドルウェアです。 メモリーの静的ファイルをコンパイルしたりそれらを受け取る際に使用します。... -
Redux
【Redux】これが出たら疑う箇所:Uncaught Error: Objects are not valid as a React child (found: object with keys {counterReducer, inputReducer}). If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons. Check the render method of `Component`.(…)
【Redux】Uncaught Error: Objects are not valid as a React child (found: object with keys {counterReducer, inputReducer}). If you meant to render a collection of children, use an array instead or wrap the object using createFragment(objec... -
Redux
【Redux/combineReducers】これが出たら真っ先に疑う箇所「Uncaught TypeError: (0 , _redux.combinReducers) is not a function」
【Redux/combineReducers】これが出たら真っ先に疑う箇所「Uncaught TypeError: (0 , _redux.combinReducers) is not a function」 Uncaught TypeError: (0 , _redux.combinReducers) is not a function そのreducer、関数ではないよ。やだよ関数じゃない... -
Yarn
【海外記事】NPM vs Yarn Cheat Sheet 日本語訳(npm と yarnの違い)
【海外記事】NPM vs Yarn Cheat Sheet 日本語訳(npm と yarnの違い) あなたはyarnという新しいJavaScriptパッケージマネージャーを聞いた事あって、その使い方を知りたい でしょう。 NPMを知っているならもうほとんどの部分は設定されています。 ここでは... -
JavaScript
【JavaScript】Generatorを非同期処理
【JavaScript】Generatorを非同期処理 redux-sagaの中でよく見かける処理をもうちょっと根本から理解したいために写経してみる。 非同期処理を扱うgenerator。 generatorの基本 非同期時のコールバック地獄の一例 それを避けるためにgeneratorを使う sleep... -
参照記事
わたしもみている | rollup.js | react_speed_cording | Babel で ES7 Async/Await を試してみた |
わたしもみている | rollup.js | react_speed_cording | Babel で ES7 Async/Await を試してみた | React_Speed_Cording webpackのバージョンが2では動かないっていうのが気になる。。 英語動画 リスニングしやすい動画。。 Taming the asynchronous beast... -
well-known-Symbol
well-known Symbolとは| 海外記事「Detailed overview of well-known symbols」の和訳
well-known Symbolとは| 海外記事「Detailed overview of well-known symbols」の和訳 参照記事 SymbolはECMAScript2015の新しいプリミティブ型です。それはユニークな識別子を作ることができます [code language="javascript"] let uniqueKey = Symbol('S... -
web備忘録
余談ですけど
余談ですけど「ぴったり」になりました キリがいいので撮りました。 多分今でも現役で活躍できる記事はこれぐらいだと思っていて、(最近はnpmに対抗するyarnも発表されましたが) 他の記事は正直申し上げて「古い」のです。 古いというのは、例えば書いた記... -
webpack
【Webpack】ERROR in multi html Module not found: Error: Cannot resolve module ‘file’ in
【Webpack】ERROR in multi html Module not found: Error: Cannot resolve module 'file' in ERROR in multi html Module not found: Error: Cannot resolve module 'file' in /Users/[username]/[repository]/[projectName]/src @ multi html confirm Er...
