Render functions in Vue.js 3 is a faster way to write Vue.js view layer, instead of using templates. In this video I discuss some of the more advanced topics surrounding Vue.js 3 render functions and why you might want to use them.
- 0:00 Introduction
- 01:28 Overview Of App
- 03:00 Adding an Form, Input and Button using h()
- 05:28 Adding Styles and Event Handling
- 08:05 Adding Search Function With Fetch
- 09:05 Add click handler to button
- 09:42 Display Data using JavaScript Map function
- 11:15 Add in error handling with ternary operator
- 12:10 Adding in a default slots with render functions
- 13:26 Adding in Scoped slots with render functions
- 14:25 Showing average score
- 16:00 Conclusion
#vue #javascript