ReSwift-Todo-Example
ReSwift-Todo-Example copied to clipboard
Demo application for ReSwift
Hello, I don't know where I am doing wrong at. The problem is that there is a timeline, showing all posts from users a user following, and a profile view,...
I thought it would be fun to add re-ordering of tasks within a todo list. The new `MoveTaskAction()` applies the re-ordering just fine, but I haven't worked out how to...
This can be used to show how to update only parts of a collection-based model. Maybe https://github.com/alexdrone/Buffer or https://github.com/jflinter/Dwifft/ ?
- [ ] Extract State and Model stuff into their own Swift modules - [ ] Create basic iOS app: - [ ] show a list of projects - [...
As [per reddit](https://www.reddit.com/r/iOSProgramming/comments/44brq4/reswift_example_project_a_todo_list_app_with/czttjjc): > This example app seems to have abnormally high CPU and energy usage when compared to the 'Lister' sample app from Apple, and it's far more complex...