Describe the feature
Keeping reactivity is incredible important to keep applications performant. However Pinia-ORM (& Vuex-ORM) generate a completely new javascript object for every single model in a collection everytime a mutation is triggered for something in that collection.
This has meant we’ve been forced to move away from Vuex-ORM for our app.
It’s great to see the progress on Pinia-ORM! Maybe this something Pinia-ORM could fix?
more info; vuex-orm/vuex-orm#746
Additional information
Final checks
Describe the feature
Keeping reactivity is incredible important to keep applications performant. However Pinia-ORM (& Vuex-ORM) generate a completely new javascript object for every single model in a collection everytime a mutation is triggered for something in that collection.
This has meant we’ve been forced to move away from Vuex-ORM for our app.
It’s great to see the progress on Pinia-ORM! Maybe this something Pinia-ORM could fix?
more info; vuex-orm/vuex-orm#746
Additional information
Final checks