9 ms·
I haven't, but just did. It's pretty much the same in that you create inline HTML in Javascript. I'm not saying this is wrong. I'm just wondering why would some
by nofilter 9y ago
I haven't, but just did. It's pretty much the same in that you create inline HTML in Javascript. I'm not saying this is wrong. I'm just wondering why would someone prefer this method to a file-based templates (like Handlebars).
- deleted 9y ago[deleted]
- Horlahcoded 9y agoThanks for pointing that out, you can write your code in separate file then include in the HTML. i have updated the docs to note that.