SHADOW07Original post
Rank 1: Thread
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
Summary
Developers are using Appwrite to retrieve todos from the database. Adding a new todo does not immediately appear on the page due to the need for a rerender. They are looking for a solution in Appwrite similar to SWR's 'mutate' function to automatically update the page when new todos are added.