In this lesson we will be learning about template compilation & render function.
Why is it useful to know about this?
- So you can get better at debugging, by knowing what’s going on under the hood.
- When your run up against a limitation in the Vue template engine. The template engine will work for you 95% of the time, but sometimes a render function may give you the functionality you need.
- In order to create functional components, which are