Vue.js Roadmap

Components In-Depth

4. Render functions

In what scenarios are they used?

5. Functional Components

Functional component are stateless (no reactive data) and instanceless (no this context).