Skip to content

Files

Latest commit

7c2ed5d · Mar 12, 2025

History

History
This branch is 16 commits behind pointfreeco/swift-composable-architecture:main.

Todos

This simple todo application built with the Composable Architecture includes a few bells and whistles:

  • Filtering and rearranging todo items.
  • Automatically sort completed todos to the bottom of the list.
  • Debouncing the sort action to allow multiple todo items to be toggled before being sorted.
  • A comprehensive test suite.