It's worth noting that Vue also supports render functions with JSX (https://vuejs.org/v2/guide/render-function.html).
I do like jsx for simple things but always felt it bogged down the design piece having to convert even if its just the class to className
It's worth noting that Vue also supports render functions with JSX (https://vuejs.org/v2/guide/render-function.html).