This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Core Concepts
Alexey edited this page Jan 13, 2018
·
4 revisions
We will be learning the core concepts of Tuex in these chapters.
Tuex doesn't try to enforce any tuex-specific concepts, and instead relies on the ones of JavaScript itself. But still, they are very similar to those of Vuex (written in parenthesis):
A deep understanding of all these concepts is essential for using Tuex.
Let's get started.
Some text may be borrowed from official Vuex documentation