@bankify/redux-persist-realm

0.1.3 • Public • Published

redux-persist-realm Actively Maintained npm version

Redux persist support for Realm database by using key/value approach

Installation

Prerequisites

yarn add @bankify/redux-persist-realm

Usage

import { persistStore } from "redux-persist";
import { createRealmPersistStorage } from "@bankify/redux-persist-realm";

const persistor = persistStore(store, { storage: createRealmPersistStorage() });

Contributing

Pull requests are welcomed!

Todo-list

  • [ ] Support for customized schema
  • [ ] Support for batch update

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used

Readme

Keywords

none

Package Sidebar

Install

npm i @bankify/redux-persist-realm

Weekly Downloads

287

Version

0.1.3

License

MIT

Unpacked Size

5.16 kB

Total Files

6

Last publish

Collaborators

  • kienduong
  • jarvisluong