Reduce the usage of the global state in vuex #1287
christianlupus
started this conversation in
Ideas and discussions
Replies: 1 comment 5 replies
-
I am always for reducing global variables. Do you have some proposals on how to execute this? It's my understanding that adding to the global |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @MarcelRobitaille,
I wanted to ping you related to another topic: currently wow some data is exchanged by means of the global state in Vuex. With respect to put discussion related to frontend testing, the global state will make these tests more complex.
So, i suggest that we rework the structure accordingly when preparing the frontend migration of the app in #1244. During that, a major update is needed anyway. Then we might as well fix some of these flaws is possible and appropriate.
I just wanted to ask you for your general opinion on this. Of course, others can discuss as well.
Beta Was this translation helpful? Give feedback.
All reactions