Let's see how we can implement it: const filteredTodoList = useMemo(() => todoList.filter((todo: Todo) => { console.log('Filtering...') return todo.task.
確定! 回上一頁