is it ok to use `action()` to handle form submission in a SPA?
my idea is to handle form submission as follow:
but i'm wondering if there is a side effect i'm unaware of when in SPA mode 🤔
i believe actions were created for the SSR world, but perhaps i'm wrong and this usage is fine.
0 Replies