Closed the-mikedavis closed 3 years ago
Phoenix.LiveView.update/3 is a pretty helpful tool for updating an assign
Phoenix.LiveView.update/3
it'd be pretty nice to have this functionality for Slipstream.Sockets so we can use Map.merge/2 or &[topic | &1] to update values over time
Slipstream.Socket
Map.merge/2
&[topic | &1]
Phoenix.LiveView.update/3
is a pretty helpful tool for updating an assignit'd be pretty nice to have this functionality for
Slipstream.Socket
s so we can useMap.merge/2
or&[topic | &1]
to update values over time