Hi all! I'm not sure if this thread is the best place to ask, but I have no idea where to look for more information.
I’m currently migrating my Phoenix + LiveView side project to start using Ash, and everything is going smoothly. However, I’m a bit stuck regarding UI components, as there are fewer options to choose from, so I’d like to create a separate repo for a React app to speed up things a bit.
I’m using ash_authentication with Google in my current app, and I have also started exploring ash_typescript and ash_json_api to generate the code needed and URLs needed for the separate React app, but I wonder what the best way is to use ash_authentication together with ash_typescript.
Is ash_typescript compatible with ash_authentication?
Do you have any recommendations for this scenario?