magnetar
Version:
State-management done right with automatic sync to remote databases and services. Framework-agnostic & optimistic-UI built-in 🌟
7 lines (6 loc) • 294 B
JavaScript
export * from '@magnetarjs/core';
export * from '@magnetarjs/types';
export * from '@magnetarjs/utils';
export * as PluginFirestore from '@magnetarjs/plugin-firestore';
export * as PluginSimpleStore from '@magnetarjs/plugin-simple-store';
export * as PluginVue3 from '@magnetarjs/plugin-vue3';