DEV Community

Discussion on: Leverage `provide/inject` to avoid prop drilling in Vue.js

Collapse
 
grawl profile image
Даниил Пронин

Just solved this problem with this: github.com/egoist/vue-provider

I am using Quasar Framework and running now in SSR + PWA mode, all provided props is reactive.

Collapse
 
grawl profile image
Даниил Пронин

Oh no, it calls re-render for any changes. And I cannot figure out why.