I am using Appwrite to retrieve todos from the database. However, when I add a new todo, it won't appear because the page needs to rerender. Is there anything in Appwrite that can help achieve something similar to the 'mutate' function in SWR, but specifically within Appwrite, to make the new todos appear when I add them
Recommended threads
- Query multi-tenant db with $permissions ...
I'm setting up a multi-tenant database with RLS enabled. My users my have permissions set for multiple Teams, and as such when they query the database with the ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...