What reasons for using javascript template engines do you know? When to use and to avoid using it?
And do we need to use JTE like underscore.js, when we already have framework like jQuery installed?
Also, what template engines for using with jQuery you can recommend?
Older browsers lack of new ecmascript/javascript functions and features. When you need to use latest functions (map, reduce) and features (html5, css3, websockets) you may need that kind of libraries like Underscore, modernizr etc. They are also shorten your code. Underscore has useful utility/helper functions that you can use.
I personally using jade with node. It's very useful for quick view/renders.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With