StorageFormat,格式化Storage使用方式,简化复杂操作

github: https://github.com/harrydengchao/StorageFormat

Explain

  • [x] storage: Format the settings and get the plugins for Storage

Storage

  • This is mainly for the convenience of their own use, but also inspired by mongodb.
  • Greatly simplifies the operation of the Web for data caching
npm install --save storage-format

Use

// import storage-format
import Storage from 'storage-format'

/**
 * There are two APIs that use the method exactly the same
 * Storage.Local <= window.localStorage
 * Storage.Session <= window.sessionStorage
 */

// save data
Storage.Local.set('name', 'Jack');  // => { "name": "Jack" }

// save data
Storage.Local.set('user.info.age', 26);  // => { "user": { "info": { "age": 26 } } }

// get data
Storage.Local.get('name');  // => Jack
Storage.Local.get('user.info.age'); // => 26

// remove data
Storage.Local.remove('name');
Storage.Local.remove('user.info.age');

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • (1)、介绍自己。读研,工作,现状。原来在长沙工作,后来跑到无锡来的。 (整人的智慧。就是让人怕你的智慧) (2)...
    笑曰阅读 165评论 0 0
  • 文/平心小语 自从工作了以后,工作中的琐事越来越多,读书的时间越来越少。结了婚生了孩子,日...
    平心小语阅读 722评论 0 5
  • 刚大学毕业的时候,我就是认为我也可以做老总的位置,可是现在,我觉得我部门经理的位置我也未必做得了。 发生如此大的转...
    山涧百合Y阅读 527评论 0 0
  • 最喜春雨如露,莹润圆溜儿,照你照我照世界 路灯下,夜路旁,花香遍衣乐盈耳 小小一圈,盈盈一国,小而绽,巧而韧 真正...
    王瀚婉阅读 242评论 0 1
  • 压力罐在使用的过程中会遇到压力大小调节的相关问题,那么压力如何调节呢,南京尤孚泵业的技术小编为你编辑整理了关于这方...
    捷登阅读 5,322评论 0 0