jQuery Templates vs Partial Views in ASP.NET MVC
- by Jaco Pretorius
I'm taking a look at jQuery templates. It looks really interesting - easy syntax, easy to use, very clean.
However, I can't really see why it's better to use jQuery templates instead of simply fetching partial views via AJAX. It simply seems like the partial views would be much easier to maintain and helps to avoid duplication of code.
I want to use jQuery templates. But when would it be better than partial views?