Skip to content

Releases: DesignmanIO/react-native-meteor-offline

Major performance improvements

23 Jan 22:56
Compare
Choose a tag to compare

Under the hood the redux store is now indexed by _id. This saves a lot of unnecessary function calling and comparison when the document already exists and no change is needed. One thing to note is that you use the store directly (as opposed to just as a backup), it will now look different, as it's keyed by the _id.

First release :)

05 Jan 14:22
Compare
Choose a tag to compare
1.0.1

incremented version number