feras6169
How do you recommend using SolidStart to access data for native mobile apps?
I'm learning about SolidStart and I'm wondering if I'm making a native mobile app (using Swift) as well, do I need to maintain an API routes file (
POST() { }
and GET() { }
that calls a javascript function like getPostsFromDB
?
API Routes doc: https://docs.solidjs.com/solid-start/building-your-application/api-routes10 replies