Use of Next JS Server Actions in a project

Hello everyone! would like to get your thoughts on this.

I am working on a next js web app project, using prisma and postgresql (planetscale ). But later would like to build a react native app version of it. can I use server actions for the web app And api for the react native or is it better to use api routes for both ?

i have read mixed opinions about this, and some suggest using GraphQL, or tRPC. Would like to get your thoughts on this
Was this page helpful?