Todo-list

@if (!store.isLoading()) { } @else {
    @let todos = store.todos(); @for (todo of todos; track todo.id) { }
@if (!todos?.length) {

Ajoute ta première tâche 👆

} }