Choosing a JavaScript Framework
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.
What you'll learn
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