Show HN: Simple dynamic templating in JS
5 comments
It's how `vue-template-compiler` works to transform a template into render functions.
checkout here: https://github.com/vuejs/vue/blob/dev/packages/vue-template-...
also checkout last 'state of Vue.js' on YT where the creator talks about it ;)
checkout here: https://github.com/vuejs/vue/blob/dev/packages/vue-template-...
also checkout last 'state of Vue.js' on YT where the creator talks about it ;)
Awesome, thanks for the pointer.
Is this elegant enough?