/Knowledge/sources/honojs__hono/examples/stytch-auth-src-todos-tsx--part-04--0a8a74477a55.md
Example: stytch-auth/src/Todos.tsx (part 04) - hono-docs
Example: stytch auth/src/Todos.tsx (part 04) Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://raw.githubusercontent.com/honojs...
Example: stytch-auth/src/Todos.tsx (part 04)
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://raw.githubusercontent.com/honojs/examples/main/stytch-auth/src/Todos.tsx
Summary
<>✔️ {todo.text} : todo.text} {!todo.completed && onCompleteTodo(todo.id)}>Complete } onDeleteTodo(todo.id)}>Delete ))} ); }); export default TodoEditor;
Content
<>✔️ <s>{todo.text}</s></> : todo.text} </div> <div> {!todo.completed && <button onClick={() => onCompleteTodo(todo.id)}>Complete</button>} <button onClick={() => onDeleteTodo(todo.id)}>Delete</button> </div> </li> ))} </ul> </div> ); });
export default TodoEditor;
Metadata
{
"chunk_index": 3,
"citation": "https://raw.githubusercontent.com/honojs/examples/main/stytch-auth/src/Todos.tsx",
"coverage_role": "examples",
"qualified_title": "Hono / examples / stytch-auth/src/Todos.tsx (4)",
"repo_path": "stytch-auth/src/Todos.tsx",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 0,
"source_id": "/honojs/hono",
"source_type": "examples",
"target_label": "examples",
"title": "Example: stytch-auth/src/Todos.tsx (part 04)",
"upstream_url": "https://raw.githubusercontent.com/honojs/examples/main/stytch-auth/src/Todos.tsx",
"version": "2026"
}