erikras / erikras/react-redux-universal-hot-example
Server side fetch without ApiClient Middleware
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
Let us assume that I want to do api requests inside redux thunk , or any other middleware used for async actions.
How can we go about doing server side cookie replacement from the request, without a explicit middleware? Any solution avoiding ugly global var with res object? (btw how to even use globals in node async environment ?)
Contributor guide
Assessment
This issue has not been assessed yet.