Pau Riosapaugramming.comยทFeb 15, 2024Things I Learned using Phoenix LiveView in 2024Use handle_params/3 more often rather than mount/3 for assigning. def mount(_params, _session, socket), do: {:ok, socket} def handle_params(params, _uri, socket) do {:noreply, socket |> assign_here_1(params) |> assign_here_...26 readsphoenix liveviewAdd a thoughtful commentNo comments yetBe the first to start the conversation.