DEV Community

Discussion on: Vue <3 GraphQL

Collapse
 
rachitpant profile image
Rachit

@benjamin Basic question: Can you please explain the use of vuex-orm because from what i know vue and vuex are on the client side , and having worked on java and hibernate , Orms tend to be on the server side , mapping model objects to db tables.

Collapse
 
rachitpant profile image
Rachit

Also the google oauth is broken on Habitie.net. Just wanted to point out , I am checking it out now.

Collapse
 
phortx profile image
Ben Klein

Good point! Thank you, development was somewhat slow last months due to my housebuilding :D

Collapse
 
phortx profile image
Ben Klein

Vuex-ORM works on the client side and makes it easier to handle vuex and it's data by defining models like hibernate does. See Vuex-ORM Website :)