View a loading message, the resource or an error according to
the resource status. A viewer function is needed to turn the
resource into an HTML element.
viewList: (a -> List (Html msg)) -> Remote a -> List (Html msg)
Like view but using a viewer that renders a List (Html msg).
A remotely loaded resource.