mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
* TicTacToe Readme updates
* Use new .catchToEffect(_ transform:) in example
* Added Todos Readme
* Added VoiceMemos Readme wip
* Updated VoiceMomos Readme
* Updated Todos Readme
* Added value to animation modifier
* Update VoiceMemos entry point
* Update Todos entry point
* Update Search entry point
* Update SpeechRecognition entry point
* Updated SpeechRecognition models
* Revert "Updated SpeechRecognition models"
This reverts commit dc77e7a638.
340 B
340 B
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.