Hi,
I'm a bit lost with all the possibilities in the Javascript stack. I will start a new project (a multi-sport tournament management app) and I wanted to use AdonisJS. However, I'm not sure about the frontend part.
I want a dynamic and fluid UI with real-time score updates using websockets and not reloading all the page to see the updated data.
Should I go with Adonis/EdgeJS or Adonis/Inertia and Reacte/Vue ? Is it a good choice to combine Inertia with Vue ? (or Edge better)
Thank you :)