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.4 Replies
Solution
I'd also trust the book over the generators.
I mostly copied whatever phoenix was doing at the time and adapted them to Ash
they are decent but not amazing 🙂
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?Hmm...I actually forget what the difference is between "simple form" and "form"
Up to you really 😄