Form vs simple_form

Hi guys, I see that in the Ash Framework book forms are based on simple_form but when using Ash phoenix liveview generators, the regular form is used by default. Is there a reason to use one vs the other? I incline to follow what the book does but I want to make sure this is the right decision.
Solution:
I'd also trust the book over the generators.
Jump to solution
4 Replies
Solution
ZachDaniel
ZachDaniel•3mo ago
I'd also trust the book over the generators.
ZachDaniel
ZachDaniel•3mo ago
I mostly copied whatever phoenix was doing at the time and adapted them to Ash they are decent but not amazing 🙂
Yahya Oxley
Yahya OxleyOP•3mo ago
Thanks @Zach Daniel would you suggest using the generators at all or should I just copy kinda copy paste the form.ex, index.ex and show.ex used in the book for a given resource and modify accordingly?
ZachDaniel
ZachDaniel•3mo ago
Hmm...I actually forget what the difference is between "simple form" and "form" Up to you really 😄

Did you find this page helpful?