inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

Caching / Offline #154

Open noris666 opened 8 years ago

noris666 commented 8 years ago

Hello 4 all ! ;-)

We have a lot of questions about caching: https://github.com/inProgress-team/react-native-meteor/issues/153 https://github.com/inProgress-team/react-native-meteor/issues/150 https://github.com/inProgress-team/react-native-meteor/issues/147

I think it's time to do the improvement package. We need to determine which way we will implement data caching. @Mokto @grsabreu @spencercarli I would like to know your opinion ?

@grsabreu @tofrookie @elie222 Just good to hear specific cases that need to be cached? What are the tasks in your applications ?

My case: I have geolocations with data and need view information when i in offline. I don't have problems with scene routing and another technical aspects, i have one problem with caching data.