dwyl / dwyl/learn-elm-architecture-in-javascript
How would you handle HTTP requests?
Open
question
starter
- Dominant language
- JavaScript
- Stars
- 218
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
The ELM Architecture handles HTTP requests outside of the `mount` function, as it considers them impure.
Do we simply execute the request inside of the `update` switch statement i.e. break the pattern?
Contributor guide
Assessment
This issue has not been assessed yet.