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.