Using good libraries is encourages where it makes sense. There are many of these which make your life easier, such as jQuery, Angular and others.
-
Don’t Reinvent The Wheel (solve problems already solved)
-
Good Libraries solve browser compatibility issues
-
Shared knowledge, reusable skills
-
Compare code across libraries - TodoMVC
In this course we will be using React by Facebook.