DEV Community

Discussion on: Let's Build An Instagram Clone With The PETAL(Phoenix, Elixir, TailwindCSS, AlpineJS, LiveView) Stack

Collapse
 
romenigld profile image
Romenig Lima Damasio

I never see the use of the:
phx_trigger_action: @trigger_submit

It's because of the Alpinejs?

Collapse
 
elixirprogrammer profile image
Anthony Gonzalez

No, nothing to do with AlpineJS. That's to submit directly to the controller action from the LiveView event, you can learn more about it in the docs here.