Hi! I’m new to Elixir/Phoenix/Ash. Going through the tutorials Ash right now and enjoying the different mental model than how I think about programming before.
I’m creating a project with an admin dashboard for each user to manage their own data. (Very unique, I’m sure. )
What do Ash developers out there generally use? Are there popular libraries for this? For a new developer, it hasn’t been easy to find information on libraries.
Or do developers in this ecosystem like to roll their own? I can see a lot of the business logic being realy simple to create and just need a frontend template?
Much appreciated. Cheers!