@syncto/offline

1.0.22 • Public • Published

SyncTo Offline

Add offline first support to your application with no extra code

NPM version

SyncTo uses annotations to decorate data stores. It can syncronize date both to browser storage and your server side API too.

Installation

$ npm install @syncto/offline --save

Example Usage

class MyStore {
    @offline
    propertyToSave = 'value';
}

myStoreInst = new MyStore();

Readme

Keywords

none

Package Sidebar

Install

npm i @syncto/offline

Weekly Downloads

2

Version

1.0.22

License

MIT

Unpacked Size

7.88 kB

Total Files

7

Last publish

Collaborators

  • danielkocsan