Answer the question
In order to leave comments, you need to log in
Procedural vs OOP Vuex/Redux?
I was thinking, in all the examples on the git and the same documentation, everything is divided into files and there is not a single example where the StateMachine is implemented with Objects. And I thought, because there was a problem that could be solved by simply expanding an existing method in another module, and so I had to extend / merge modules and rewrite the necessary method from scratch.
Examples of docks and gita . In the git example, action, mutations and so on are in one module file, however this leads to very fast pollution, it is not clear what and where, but the essence and questions are the same.
Answer the question
In order to leave comments, you need to log in
the documentation is all divided into files and there is not a single example where the StateMachine is implemented with Objects
git example action, mutations and so on in one module file
Why is there no OOP for StateMachine in JS?
Why do docks use simple export?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question