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.

Get Learning Vue.js 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.