Tune in to the tools and techniques in the Elm ecosystem.
058: Elm Store Pattern
June 06, 2022
1:18:45
75.65 MB
Downloads: 0
- Martin Janiczek (github) (twitter) (youtube)
- Martin's Store Pattern talk
- Store Pattern example GitHub repo
- Gizra fetch pattern blog posts
- 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