7

What is everyone's thoughts on dynamically creating html using templating or other methods with javascript or jquery?

Comments
  • 1
  • 1
    seems to be quite handy, as long as you pre-render main non dynamic components on your server
  • 1
    I only render the parts where the variables are dinamically tho, a vinsistent frame makes the whole thing faster.
  • 1
    I tried a templating engine for the first time a while ago as I was learning how to do the backend and it is so much easier than any other method I could think of to transfer structured data from server to client.
Add Comment