I am new to Phoenix/Elixir. This project seems to combine my two favorite frameworks into one. Now I wonder how do you pass data back to Elixir from Svelte component? Via dispatch? How about passing to Svelte component a Elixir function? A simple increment example with a on click handler button will suffice to understand the flow. Thank you
I am new to Phoenix/Elixir. This project seems to combine my two favorite frameworks into one. Now I wonder how do you pass data back to Elixir from Svelte component? Via dispatch? How about passing to Svelte component a Elixir function? A simple increment example with a on click handler button will suffice to understand the flow. Thank you