Skip to content

Commit 6aa2391

Browse files
authored
Update misc-notes.md
1 parent 615d4ac commit 6aa2391

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/misc-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
## Push notifications
44

55
Ripping out remote push notification support. I originally thought it would be cool to have notifications when a new blog post was published but over the holidays ive decided an app shouldn't try to beg for attention. Its annoying.
6+
7+
## Riverpod
8+
9+
While riverpod is fine for CRUD apps, it is not that useful for constantly changing background state from multiple linked classes.
10+
I was constantly encountering edge cases that really shouldn't throw an error.Because of the issues I was encountering through my abuse of Riverpod I decided to remove it and instead rely on Singletons and ChangeNotifiers.
11+
I am probably violating most "Best Practices" but it works

0 commit comments

Comments
 (0)