Elixir Streams |> 🔍 Debug Ecto queries in tests IntelliJ Elixir v17.0.0

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 🤩👇

Elixir Streams |> 🔥 ok/1 & noreply/1 LiveView helpers!