What is the best way to develop a webapp and mobile app with one common backend data access logic for both apps?
For example, using nextjs for webbapp and Flutter for mobile app. I do not want to write a logic in two places everytime.
TL;DR
Developers are seeking advice on the best approach to create a web app and a mobile app with a unified backend using Appwrite. They want to avoid duplicating logic for both platforms.