i want to implement optimistic response on a single node in react native\'s flatlist, this is the flatlist parent:
interface TodosData { todos: Todo[]; } c