Vuex in Inerja #869
Unanswered
CarlsonBuma
asked this question in
Help
Replies: 1 comment 1 reply
-
As a general rule, we don't recommend using Vuex with Inertia. One of the key benefits of using Inertia is that you avoid client-side state entirely, and keep all state server-side. 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try to implement a global store by Vuex.
How to install / implement it?
As I cant find any documentation, I would like to ask for your help.
Thanks alot!
Beta Was this translation helpful? Give feedback.
All reactions