Declaring templates and elements inside of templates works great for most scenarios. Sometimes you need a bit more control over what your component will do with the props and children it receives, so Vue provides a render
function that allows you complete programmatic control over every argument using JSX.
I am trying to learn vue, but I wanna understand Vue's Render Function, from where should I start watching? What is nuxt, I need to learn to create apps with vue? Why use vue-component-class?
I stopped watching this tutorial when I heard "JSX". Your first 3-4 videos go against any standard way of writing Vue components. If we'd like to write React-style components, we'd actually use React, not Vue! That's absurd.