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: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Releases and tags coincide with specific blog posts in the series [See Blog Seri
5
5
- Part One - [releases/tag/v1.0](https://github.com/aaronksaunders/ionic-react-hook-form-react-fire/releases/tag/v1.0)
6
6
- Part Two - [releases/tag/v1.2](https://github.com/aaronksaunders/ionic-react-hook-form-react-fire/releases/tag/v1.2)
7
7
- Part Three - [releases/tag/v1.3](https://github.com/aaronksaunders/ionic-react-hook-form-react-fire/releases/tag/v1.3)
8
+
- Part Four - [releases/tag/v1.4](https://github.com/aaronksaunders/ionic-react-hook-form-react-fire/releases/tag/v1.4)
8
9
9
10
Sample project motivated by [video by David East](https://www.youtube.com/watch?v=cyQW2leJBnI) on [Reactfire](https://github.com/FirebaseExtended/reactfire)
10
11
@@ -49,7 +50,11 @@ global.globalThis = window;
49
50
### Whats Next
50
51
- Add Items Using Ionic Modal - Added on 7/31/200
51
52
- Create Account - Added on 7/31/200
52
-
- Delete Items using IonSlidingItem
53
+
- Delete Items using IonSlidingItem - Added on 8/16/200
54
+
- Update Items - Added on 8/16/200
55
+
- Reset Forms - Added on 8/16/200
56
+
- Default Data in ReactHook Form - Added on 8/16/200
0 commit comments