只需管理React应用程序数据系统 方法 import { Provider , useStore , getStore , Context } from 'react-2store' store . insert ( 'users' , { } ) // insert new data store . update ( 'users' , { key : value } | index ) // update existing data store . updateAll ( 'users' , data : { } ) // update all data store . delete (