Elixir Streams |> 🔥 ok/1 & noreply/1 LiveView helpers!
I’m not a fan of writing {:ok, socket}
/{:noreply, socket}
in all of my LiveViews. Can’t pipe into them!
So, I typically introduce ok
/noreply
helpers in every single LiveView.
But my colleague had the brilliant idea to introduce them to the web module!
Check it out 🤩👇
Read next IntelliJ Elixir v17.0.0