Summary
In this chapter, we learned how to take advantage of CSS animations and transitions within our Vue projects. This allows us to make the user experience more fluid and improve the look and feel of our applications.
We also learned about how we can construct our UI with the render
method; this involved looking at creating VNodes with HyperScript and then using JSX for cleaner abstraction. While you may not want to use JSX in your project, you may find it more comfortable if you come from a React background.
Â