The internet is filled with Javascript Frameworks

Kijana just sent me an email stating, Another reason using js frameworks isn’t a great investment: a new one will be released next week referring to an answer on Quora, Facebook’s React vs AngularJS, A Closer Look. I agreed with the statement and ventured out to add another data point to support it.

I’ve long practiced implementing the Model, View, Controller design pattern in Javascript. And so I thought, hmmm, this would be perfect! On over to JSFiddle where I coded up the star rating widget example in the Quora answer, implementing the MVC design pattern with just some good 'ol regular Javascript.