SidneyNemzer/elm-remote-data

Represent basic RemoteData, along with editable and createable data


License
MIT
Install
elm-package install SidneyNemzer/elm-remote-data 1.1.0

Documentation

elm-remote-data

Represent the data in your application in a way that makes it clear what's happening to the data. Is the data being downloaded? Did the user edit it? Is it being saved?

Installing

elm package install SidneyNemzer/elm-remote-data

Documentation

See the docs on package.elm-lang.org

Hint: Start with the basic RemoteData module