- Martin Janiczek (github) (twitter) (youtube)
- Martin's Store Pattern talk
- Store Pattern example GitHub repo
- Gizra fetch pattern blog post elm-fetch, and Easier HTTP Requests to Reason with
- Gizra
elm-fetch package
RemoteData package
- RemoteData blog post How Elm Slays a UI Antipattern
elm-program-test is useful for integration testing data loading
elm-suspense proof-of-concept repo
- Okay to use Store pattern for mutations, just kick them off outside of
dataRequests
- Defunctionalization
- Wrap early, unwrap late
- Derive from source of truth instead of storing derived data