<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pro-Tek Blog &#187; Underscore.js</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/underscore-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>WHAT ARE THE PROS OF USING THE HANDLEBARS TEMPLATE OVER UNDERSCORE.JS?</title>
		<link>http://www.pro-tekconsulting.com/blog/what-are-the-pros-of-using-the-handlebars-template-over-underscore-js/</link>
		<comments>http://www.pro-tekconsulting.com/blog/what-are-the-pros-of-using-the-handlebars-template-over-underscore-js/#comments</comments>
		<pubDate>Wed, 12 Sep 2018 05:50:54 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Underscore.js]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2634</guid>
		<description><![CDATA[<p>What are the pros of using the Handlebars template over Underscore.js? Picking one over the other is a subjective thing &#8211; it really comes down to your preferred programming style &#8211; but when compared, handlebars edges out underscore.js as below: Logic-less templates do a great job of forcing you to separate presentation from logic. Clean [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-are-the-pros-of-using-the-handlebars-template-over-underscore-js/">WHAT ARE THE PROS OF USING THE HANDLEBARS TEMPLATE OVER UNDERSCORE.JS?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>What are the pros of using the Handlebars template over Underscore.js?</h4>
<p>Picking one over the other is a subjective thing &#8211; it really comes down to your preferred programming style &#8211; but when compared, handlebars edges out underscore.js as below:</p>
<p>Logic-less templates do a great job of forcing you to separate presentation from logic.</p>
<p>Clean syntax leads to templates that are easy to build, read, and maintain.</p>
<p>Compiled rather than interpreted templates.</p>
<p>Better support for paths than mustache (ie, reaching deep into a context object).</p>
<p>Better support for global helpers than mustache.</p>
<p>Requires server-side JavaScript to render on the server.</p>
<p>Clean syntax leads to templates that are easy to build, read, and maintain.</p>
<p>Compiled rather than interpreted templates.</p>
<p>Better support for paths than mustache (ie, reaching deep into a context object).</p>
<p>Better support for global helpers than mustache.</p>
<p>Requires server-side JavaScript to render on the server.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-are-the-pros-of-using-the-handlebars-template-over-underscore-js/">WHAT ARE THE PROS OF USING THE HANDLEBARS TEMPLATE OVER UNDERSCORE.JS?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/what-are-the-pros-of-using-the-handlebars-template-over-underscore-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
