An open API service indexing awesome lists of open source software.

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

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.