The declarative approach in Vue 3
What does "declarative" mean?
"Declarative" means that we declare what results we want to achieve, not how. Of course, we still need to implement how it should happen, but we separate those two things: we separately define the state and define what c...
jkonieczny.hashnode.dev12 min read