elm-shared-state icon indicating copy to clipboard operation
elm-shared-state copied to clipboard

Example when SharedState is combined from different Msgs

Open domenkozar opened this issue 6 years ago • 0 comments

Imagine you need to do two HTTP requests to setup SharedState, it's useful to see how that's wired up. I came up with my own implementation, but it seems quite common use case to cover?

In short: use RemoteData.append

domenkozar avatar Mar 16 '19 09:03 domenkozar