Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 435 Bytes

libraries.md

File metadata and controls

12 lines (8 loc) · 435 Bytes

Using Libraries

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.