mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-14 20:35:56 +01:00
* Testing: Case Studies * Testing: Search * Testing: Speech Recognition * Testing: SyncUps * Project Settings * Testing: TicTacToe * Testing: Todos * Testing: Voice Memos * Update tutorials/docs * fix * Fixes * wip * Update ci.yml * Update ci.yml * Update ci.yml * wip * wip * Quiet * fix * wip * wip * flaky * wip * wip * fix
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.