<?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>Altinet &#187; Mvc</title>
	<atom:link href="https://www.altinet.hr/tag/mvc/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.altinet.hr</link>
	<description></description>
	<lastBuildDate>Sat, 08 Apr 2017 09:28:02 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.15</generator>
	<item>
		<title>Reaction to Ember-forged Durandal Angularly Knocking out my Backbone, or my JS MVC framework research conclusion.</title>
		<link>https://www.altinet.hr/js-mvc-framework-comparison-2014/</link>
		<comments>https://www.altinet.hr/js-mvc-framework-comparison-2014/#comments</comments>
		<pubDate>Wed, 14 May 2014 18:35:18 +0000</pubDate>
		<dc:creator><![CDATA[Bruno Samardzic]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Mvc]]></category>

		<guid isPermaLink="false">http://www.altinet.hr/?p=864</guid>
		<description><![CDATA[As probably every other javascript developer wannabe in the last few years, i&#8217;ve been completely paralyzed in my analysis of different framework options for future JS development. There is so much going on and the landscape is changing so rapidly that it&#8217;s really hard to keep track. But after an exhaustive research I think I [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>As probably every other javascript developer wannabe in the last few years, i&#8217;ve been completely paralyzed in my analysis of different framework options for future JS development. There is so much going on and the landscape is changing so rapidly that it&#8217;s really hard to keep track. But after an exhaustive research I think I finally decided on the technology I am going to choose for my next project. Do note that this is not going to be a pure developer-side analysis, this should also be relevant to someone who wants to choose a solid career path or a product manager who is choosing the next team tech. I must say this is definitely the right time to get into JS MVC frameworks since we can finally see some consolidation going on, which i will explain shortly. The candidates i considered are the ones from the title: React.js, Ember.js, Durandal.js, Angular.js, Knockout.js, Backbone.js. First a few words and impressions about individual tools:</p>
<p><strong>Knockout.js</strong><br />
Binding library which is also a part of Durandal, i think it&#8217;s a good solution for basic binding needs, but not quite the type of solution i hoped for. Anyway on to the next&#8230;</p>
<p><strong>Backbone.js</strong><br />
The grandpa of JS mvc frameworks. I haven&#8217;t looked at it much since everyone says it&#8217;s pretty basic, you need plugins like marionette (good/bad), and from what i gathered everyone&#8217;s transitioning to play with the newer kids on the block. For a guy that came from Silverlight, using Caliburn.micro with conventions and MVVM, when i saw a lot of &#8220;boilerplate&#8221; written next to it&#8217;s name i hardly gave a serious thought to it any more. FINAL VERDICT: Oldie but goldie. Speaking of new kids on the block&#8230;</p>
<p><strong>React.js</strong><br />
Definitely the one i was most interested in, i really think it&#8217;s an amazing solution. It&#8217;s a paradigm shift and a way of thinking that really resonates with me. I love the tools, philosophies and extensions people are developing around it (like Om, Clojurescript support ). But it lacks battle proof. As a .NET guy, i don&#8217;t like the tooling story just yet. Altough you can get MVC5 supported nuget packages, JSX Visual studio support (judging from my Google search) is non-existant. If i was a sublime text guy, i would absolutely consider it. The other problem i have with it, i&#8217;m not quite sure how it would behave with data intensive applications with grids and forms, and i don&#8217;t see how to integrate it with some out-of-box components, like syncfusion or kendo. I absolutely love the principle of js-only components, doing away with templating etc. I just need to see more examples, better support, bigger community etc. FINAL VERDICT: Up and coming and very promising, something to keep an eye on, but more examples and support needed. Strong backing, and judging by how they treat ASP.NET, a very bright future is in it for a .NET guy. Speaking of support&#8230;.</p>
<p><strong>Durandal.js</strong><br />
Aaand we have our first JS MVC war victim (and as always, the innocent suffer first). Durandal.js was my favourite just a few months ago. It looked extremely solid, and it was built by a guy who was into UI frameworks for the last XY years, the father of Caliburn and Caliburn.Micro, Rob Eisenberg. I fell completely in love with Caliburn.Micro, it&#8217;s the best code i&#8217;ve ever seen and having a same guy do a JS framework&#8230; well, i was completely sold. Until 2 weeks ago that is. Turns out Rob is now in bed with the enemy.He joined the Angular 2.0 team and they are building the next generation of web. Which honestly is kind of relief because that leaves me with less to choose from. FINAL VERDICT: Silverlight-inspired framework going the way of silverlight:(. So now that would make Rob&#8217;s biggest &#8220;enemy&#8221;&#8230;.</p>
<p><strong>Ember.js</strong><br />
That would be my second favourite. I&#8217;m always keeping an eye on what&#8217;s going on over the fence, and since Ember is a brainchild of Rail-heads, I was very intrigued by a prospect of integrating Ember with my ASP.NET MVC app. The opinionated nature, the convention based development, the battle-proved worthiness, the genuine open-source nature of the project, the pit-of-success enforced structure resonated very much with my way of thinking. I still feel it&#8217;s the most complete solution, and the one that has the best feature set and performance, and it&#8217;s an ideal one&#8230;. for a rails developer. Or even for a python dev, or php. It&#8217;s just not that great for a .net dev. The main issue is the fact that Ember owns your data model and therefore it makes it harder to use data library like Breeze. And Ember-data doesn&#8217;t support OData, which i may or may not use (haven&#8217;t decided yet). Other than that, when searching for a kendo-ember integration, results came out pretty scarce. There are some Ember-specific girds and controls, but i really don&#8217;t want to be framework-bound when choosing my controls. FINAL VERDICT: Fantastic framework with the right idea, but without appropriate following, support and mindshare. And speaking of mind share&#8230;</p>
<p><strong>Angular.js</strong><br />
Takes the crown. Angular strikes me as a middle-of-the-road solution all-around. It&#8217;s opinionated but not completely, it has less then Ember but more than the rest, it&#8217;s somewhat structured but less than Ember. I don&#8217;t like it honestly, it has too many weird and angular-specific concepts (and i usually don&#8217;t like the middle-of-the road things). But I&#8217;m completely buying the future of Angular and the mind share. Every control vendor i googled has some kind of angular integration, and 3rd party libraries cannot afford to ignore it. If you want to use them, your best bet is Angular by far. Model is a simple Javascript object (Pojo) so it&#8217;s dead simple to integrate with breeze or similar. The 2.0 version will be also built and supported by a guy who did Durandal, so I have high hopes for that one. The visual studio integration is also very decent, the Microsoft team is also using it, PHP guys are using it, Angular guys are well connected to Chrome developers (not something you should ignore), basically everyone is using it. Oh and there&#8217;s also this&#8230;</p>
<p><iframe width="600" height="330" src="//www.google.com/trends/fetchComponent?hl=en-US&amp;q=Angular,+Backbone,+Ember,+React&amp;date=today+12-m&amp;cmpt=q&amp;content=1&amp;cid=TIMESERIES_GRAPH_0&amp;export=5&amp;w=500&amp;h=330" style="border: none;"></iframe></p>
<p>It&#8217;s a pretty safe bet your Angular skills will be in high demand, and learning the concepts and quirks should pay off in the long run. And to all the PMs, the Angular talent should be the easiest to find in the future.<br />
FINAL VERDICT: King of the hill, whatever you might think of that.</p>
<p>So that would be my recommendation for a JS MVC framework. Keep an eye on React, try out Ember to learn the proper way to structure a JS app, forget about Durandal, for widgets and smaller stuff try Backbone or Knockout, but keep your Angular strong.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.altinet.hr/js-mvc-framework-comparison-2014/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
