https://github.com/pors/udemy-rn-blog-redux
Implementation of the blog app from the "The Complete React Native + Hooks Course" with Redux
https://github.com/pors/udemy-rn-blog-redux
react-hooks react-hooks-re react-native redux udemy-course
Last synced: 6 months ago
JSON representation
Implementation of the blog app from the "The Complete React Native + Hooks Course" with Redux
- Host: GitHub
- URL: https://github.com/pors/udemy-rn-blog-redux
- Owner: pors
- Created: 2020-01-31T18:20:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:00:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T12:24:04.940Z (8 months ago)
- Topics: react-hooks, react-hooks-re, react-native, redux, udemy-course
- Language: JavaScript
- Size: 1.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Async React-Native CRUD app with Hooks and Redux
Implementation of the blog app from the "The Complete React Native + Hooks Course" with Redux
This is a Redux implementation of the blog app in this course: https://www.udemy.com/course/the-complete-react-native-and-redux-course/.
The original implementations uses hooks and Context.