What problem does an orm solve in the frontend? #664
-
Pardon my ignorance, but I was asking myself what I would do with an orm in the frontend? I had a glimpse at vee validate with the use of pinia but I seem to be unable to grasp what data would need mapping? Can someone maybe elaborate the use cases of such a thing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You don't need to apologize. Like many ppl say....there are no dump questions. So if you just have a small app where you don't see it become big, then you don't need pinia-orm. Pinia ORM is just the next iteration after |
Beta Was this translation helpful? Give feedback.
You don't need to apologize. Like many ppl say....there are no dump questions.
Well pinia-orm will help you to improve maintance( reducing complexity ) & scalability & developing speed, if your app is going to use the store a lot and the store complexity grows.
So if you just have a small app where you don't see it become big, then you don't need pinia-orm.
Maybe this video will also help you. It's about vuex-orm: https://www.youtube.com/watch?v=wH_K5jmDALY
Or read this: https://morioh.com/p/bec0be369d9f ... there even more articles about vuex-orm.
Pinia ORM is just the next iteration after
vuex-orm-next
stopped developing.