Skip to content

mozillo/react-native-offline-first

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.1%
  • Objective-C 13.8%
  • Python 4.4%
  • Java 2.7%