Files
swift-composable-architectu…/Examples/Todos
iampatbrown b5719bf1ca Update example app entry points and some minor changes (#859)
* 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.
2021-10-18 09:24:02 -04:00
..
2021-07-11 22:56:18 -04:00

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.