Summary
In this chapter, we had an extensive overview of all the possible ways of binding data to our presentation layer. You learned how to simply interpolate data using handlebars brackets ({{ }}). You also learned how to use JavaScript expressions and filters in such an interpolation. You learned and applied directives such as v-bind, v-model, v-for, v-if, and v-show.
We modified our applications so that they use richer and more efficient data-binding syntax.
In the next chapter, we will talk about Vuex, the state management architecture inspired by Flux and Redux but with simplified concepts.
We will create global application state management stores for both of our applications and explore their potential by working with it.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access