bakery / todomvc-react-native

TodoMVC using React Native + Redux + Parse Server + GraphQL

Home Page:http://blog.thebakery.io/todomvc-with-react-native-and-redux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ This app has been migrated away from the original stack described in the article to using Apollo Stack for data management. Followup article coming up ⚠️

TodoMVC: React Native + Parse Server + Apollo Stack

TodoMVC using React Native with Parse Server persistence layer

Build Status

React Native TodosMVC

Quick start

git clone https://github.com/thebakeryio/todomvc-react-native.git
cd todomvc-react-native && npm install

To run the server

cd server
npm run server

To run app on iOS/Android emulator

cd app
npm run ios
npm run android

What's included

  • React Native based mobile client (iOS + Android)
  • Redux + Sagas for state management and sync
  • Parse Server + Parse Server Dashboard + GraphQL Instance

Configuration

All the settings are located in /settings

About

TodoMVC using React Native + Redux + Parse Server + GraphQL

http://blog.thebakery.io/todomvc-with-react-native-and-redux/

License:MIT License


Languages

Language:JavaScript 80.1%Language:HTML 13.1%Language:Objective-C 3.7%Language:Python 1.4%Language:Java 1.0%Language:Ruby 0.7%