Choosing a JavaScript Framework

Pluralsight
Course Summary
Brian builds a “Todo” application using four different frameworks and discusses the strengths and weakness of each framework along the way, highlighting practical considerations in the selection of a framework.
-
+
Course Description
With the increase in use of JavaScript for websites, single page applications, and complex web apps comes the need for developers to be able to use JavaScript to do things such as write maintainable code, iterate quickly, separate concerns, and improve testability. While there are numerous JavaScript MV* frameworks available to aid developers with these tasks, choosing the right framework for a new project can be a daunting and time-consuming task. Reddit developer Brian Holt begins with a brief introduction to four popular JavaScript MV* frameworks. He then serves as referee for a virtual showdown between Angular, Ember, Backbone, and React. Brian builds a “Todo” application using each of the four frameworks and discusses the strengths and weakness of each framework along the way, highlighting practical considerations in the selection of a framework. Course materials are available at https://github.com/btholt/jsmvc-pres
-
+
Course Syllabus
Framework Overview- 19m 53s
—Introduction 4m 53s
—Internal Mechanics 12m 5s
—Project Setup 2m 54sAngularJS- 1h 8m
—Bootstrapping 9m 49s
—Adding HTML 10m 15s
—Looping with ng-repeat 7m 6s
—Adding Interactivity 11m 52s
—Angular Extras 7m 41s
—Angular Directives 8m 33s
—Angular Filters 6m 27s
—Angular Services 6m 35sEmber- 1h 9mBackbone- 1h 7mReact- 1h 34mWrap-up- 12m 1s