The better way to learn is by getting our hands dirty and building things, let's build a simplified version of the Instagram web application with t...
For further actions, you may consider blocking this person and/or reporting abuse
Great article, Anthony, thank you for sharing, keep on posting the stuff like that :). Just one typo to point out, - "Test it out buy going to..", should probably be "Test it out by going to...".
I will, thanks for pointing out the typo, I fixed it.
hey there, a nice write up, i'm learning elixir and phoenix and i'm enjoying your article
i'm wondering if i can contribute something to this repo
thank you
Glad you like it! All contributions are welcome.
Nice! I followed the way through and worked perfectly, now, I'll take the time to analyze the code and learn more from it.
I'm waiting for the next topic. :)
I'm almost done with part 2, I might publish it tonight, part 2 it's about user settings, and avatar uploads.
I never see the use of the:
phx_trigger_action: @trigger_submit
It's because of the Alpinejs?
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.
is there a form helper library to combine, the error_tag, input and label?
hex.pm/packages/formulator
This is very impressive article, not so much of them are out there.
Thank you
I must be missing something but I can't found the /assets/webpack.config.js file... update needed?