erikras / erikras/react-redux-universal-hot-example
How exactly is WidgetForm saving asynchronously?
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have been trying to add a page with similar behaviour(file upload via form), but from the beginning I have been encountering the problem that the request to the `api` is being dispatched also by the `client.` So my question would be: no `@asyncConnect` is being used, instead `mapDispatchToProps` is passed to `@connect`, so how do you ensure that the `widget` saves are only dispatched by the `server?`
Best,
Andy
Contributor guide
Assessment
This issue has not been assessed yet.