G
G
golentor2020-09-14 10:14:07
Vue.js
golentor, 2020-09-14 10:14:07

The best example of vuex-orm sequalizer synchronization is it?

Please share a better example of vuex-orm <= sequalizer (or other db provider) sync that is included as a component

// home.vue
<template>
...</sync-db>
</template>
<script>
import SyncDb from 'SyncDB'

When switching to router '/home', auto-synchronization of the vuex-orm storage should work.
And is it possible to fasten filters on the fly so as not to pull the entire database into memory at once.
Everything that I found did not suit me?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dvigs, 2020-09-14
@Dvigs

https://github.com/bierik/vuex-orm-rest
https://vuex-orm.github.io/plugin-graphql/guide/#e...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question