7

Gotta love it when checking out tickets gives you the template screen 😁

Comments
  • 1
    I don't understand templates. JavaScript is supposed to be loaded last. Why would it be convenient to display the page with the templates then load the js that will replace them ?
    I just think this is a bad conception for solving a problem that could easily be solved server-side and cached.

    Yet another JS framework I guess.
    (Even is mustach js is here for a while now)
  • 0
    @Strannch after looking for detail it looks like a server-side template engine like twig. Still a fail to not see there is a problem with the HTML output
  • 0
    @Strannch JS templates are powerful for dynamically loading content because they can build the structure of a page and manage its state and data binding. Its possible to do with just vanilla JS and HTML, but you'll go crazy and probably grow a beard trying.
Add Comment