All Enterprise @vuejs Developers that I know write render functions. Embrace them.
@JSONTheDev @vuejs *Some* enterprise Vue developers I know write render functions. They are definitely useful in certain circumstances, but can generally be avoided IMO.
@JSONTheDev @vuejs Thank You! I am among those. That's what's great with Vue. It's easy to switch paradigm, the API is simple. Simple components in templating. When need more changes and support more variations: render functions FTW!
@JSONTheDev @vuejs Do you have some real life examples where render functions are actually useful and how to use them properly?
@JSONTheDev @vuejs Vues template compiler already produces strongly optimized code. Render functions are really for the special occasions :D