|
|
|
|
|
by inssein
1777 days ago
|
|
ADTs like the one described here for remote data is a good start, but I haven’t yet found a good way to compose multiple pieces of data that is in potentially different states. We use another class based concept on top at work where you can compose multiple pieces of remote data together, but it really only works well for the happy path. |
|