Hey guys,
I'm building a web app with Pocketbase as the backend. I'm not sure about the best way to set up CRUD for users to interact with it via Astro. Should I use:
- Svelte
- API routes
- Astro actions
What are the pros and cons of each method? Which one would you recommend for a small to medium-sized project? Which method is the easiest & simplest or most commonly used?
Any and all insight and advice are very much appreciated, thanks!