Compoenent based Architecture #299
Unanswered
edsulaiman
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's discuss about this.
We can divide the view into components, each of component has its own state. implementation of the global state will be useful so that each component can communicate with each other, it may be a debate in choosing between one-way and two-way data binding.
I think component based architecture will speed up the application development process, and become easier to learn.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions