You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/misc-notes.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,9 @@
3
3
## Push notifications
4
4
5
5
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