Hacker News new | ask | show | jobs
by rorrr 5022 days ago
He's missing the point of client-side templates.
1 comments

care to elaborate?
I think what he means is that its pre-compiled on the server, but is forgetting that is it client side templating because you are inflating your templates with data and adding them into the dom in the client as opposed to doing it on the server. pre-compiled doesn't mean server side.