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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,12 @@
9
9
React Native Movie App 🎬 - A cross-platform react native app for exploring [The Movie DB](https://www.themoviedb.org) using RTK Query and Redux Toolkit for optimized state and API management.<br>
@@ -22,12 +24,14 @@ React Native Movie App 🎬 - A cross-platform react native app for exploring [T
22
24
- Movie Detail
23
25
- Recommended Movie
24
26
- Artist info and artist detail
27
+
- Favorite Movie in local Storage
25
28
- TV Series
26
29
- TV Series List
27
30
- TV Series Search
28
31
- TV Series Detail
29
32
- Recommended TV Series
30
33
- Artist info and artist detail
34
+
- Favorite Tv Serires in local Storage
31
35
- Pagination with RTK Query
32
36
- Bottom navigation
33
37
- Network connection state with SnackBar
@@ -47,6 +51,7 @@ React Native Movie App 🎬 - A cross-platform react native app for exploring [T
47
51
-[Redux-toolkit](https://redux-toolkit.js.org/) - The official, opinionated, batteries-included toolset for efficient Redux development
48
52
-[Redux](https://redux.js.org/) - Redux is an open-source JavaScript library for managing and centralizing application state. It is most commonly used with libraries such as React or Angular for building user interfaces.
49
53
-[React-Navigation 6](https://reactnavigation.org/) - Routing and navigation for your React Native apps.
54
+
-[Zustand](https://zustand-demo.pmnd.rs/) - A small, fast and scalable bearbones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplatey or opinionated.
0 commit comments