inProgress-team / react-native-meteor

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

Idea: load data in background thread #199

Open JulianKingman opened 7 years ago

JulianKingman commented 7 years ago

I came across this package: https://github.com/fabriciovergal/react-native-workers

What do you think of loading data in a worker thread to free up the main javascript thread? For larger amounts of data, it would be nice. Could be an option, as I have no idea what side-effects this could have.