Skip to content

rubinim1995/mesan-react-native-redux-crud-operations

 
 

Repository files navigation

React Native Redux with CRUD operations

In the previous tutorial, we created a basic React Native app that uses Redux to display information stored in the Redux store, our data was stored in a json file that was accessed every time the getData function is called. For this tutorial, I will be transforming the app to a Quotes app, that allows the user to add, view, update and delete quotes, in order to achieve this, I will be adding CRUD operations.

Demo
View Demo

Tutorial
Tutorial available on my blog.

Demo (GIF)

About

A React Native Redux iOS and Android app with CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.9%
  • Objective-C 15.6%
  • Python 5.8%
  • Java 4.7%