Files
swift-composable-architectu…/Examples/Todos
Stephen Celis 43b2ae66ea Scene delegate cleanup (#959)
* SwiftUI Case Studies: SceneDelegate -> App

* Generate plist files
2022-01-11 10:02:05 -05:00
..
2022-01-11 10:02:05 -05: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.