Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 313 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 313 Bytes

RemoteData

RemoteData is an enum you can use to represent the different states a resource that needs to be loaded from the network or any other location which responds asynchronously can be.

This is a port of the Elm package RemoteData.