In this recipe, you will build a simple web page with a few elements and components completely using render functions. This will give you a close-up view of  how Vue compiles your templates and components. It may be useful if you want to build an advanced component and you want a full example to kick start.
Rendering a component with children
Getting ready
This is a complete recipe on how to build components through render functions. Usually, you don't need to do this in practice; it's recommended only for advanced readers.
How to do it...
You will build a page for a plumber club. The page will...