問題タブ [redux-middleware]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
reactjs - Redux Thunk の代わりに Redux Saga を使用する必要がある場合と、Redux Saga の代わりに Redux Thunk を使用する必要がある場合はいつですか?
質問は過去とは異なります。これに対する質問はいつです。どちらもそれ自体が優れたフレームワークであるため、問題は、saga よりも thunk を使用する必要がある場合です。友人の 1 人がアプリで saga を使用するように主張し続けていますが、明確な理由はありません。よろしくお願いします
redux - createStore() を呼び出すと、次のようになります: TypeError: middleware is not a function
フラグを立てる前に、これには重複があることに注意してください。
Redux ストアに同時に統合redux-thunk
して置換を使用しようとしています。replaceReducer
基本的に、私はどこかに持っています:
以降:
現在、createStore()
ラインを介してエラーがトリガーされています(したがって、リデューサーの交換前)。
バージョン:
- 還元: 4.0.1
- redux サンク: 2.3.0
編集:
applyMiddleware
スタック トレースは、この質問TypeError: middleware is not a function directly from the call I make. とまったく同じように関数を指しています。