philipshurpik / react-native-offline-first

Example of offline-first app with React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-offline-first-example

Example of offline-first app with React Native

Tutorial: How to create/update/delete data when device has no connection and then sync it.

npm start - to run app npm run server - to start simple server

How it works - described in presentation: https://docs.google.com/presentation/d/1IYV9ABKLZJPhBXgcvn2vkrYHohTpO9NkGo-oG58ZfwM


Using:

  • redux - Flux implementation
  • redux-thunk - middleware for async stuff
  • redux-persist - stores redux state in ReactNative AsyncStorage

About

Example of offline-first app with React Native


Languages

Language:JavaScript 79.2%Language:Objective-C 13.8%Language:Python 4.3%Language:Java 2.7%