Pass Vue Render Functions as Props for Powerful Patterns

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Render functions open up a world of customization and control by using pure JavaScript rather than Vue's templating language. When you need to pull off something super custom (or maybe you're just coming from React-land) you can turn to Render functions to save the day. This pattern demonstrates something very similar to a "bind" effect in a Vue template, but allows much finer control and customization.

Jared Hensley
~ 7 years ago

I know the idea is to have small bite sized videos but it would be helpful to have some usefulness attached for more context. Thank you.

Renan
~ 4 years ago

Hi John, In your index.js, why would someone use the export { default as Name } from 'module' instead of export Name from 'module'? I love your content man. Thanks :)