JavaScript Programming/Libraries and Frameworks
Appearance
This lesson introduces JavaScript libraries and frameworks.
Objectives and Skills
[edit | edit source]Objectives and skills for this lesson include:
- Understand the advantages and disadvantages of using JavaScript libraries and frameworks
- Recognize currently popular JavaScript libraries and frameworks
Readings
[edit | edit source]- Wikipedia: JavaScript library
- Wikipedia: JavaScript framework
- Wikipedia: Comparison of JavaScript frameworks
Multimedia
[edit | edit source]- YouTube: JavaScript Tutorial For Beginners #45 - JavaScript Libraries
- YouTube: What is a JavaScript Framework?
- YouTube: Choosing Your JavaScript Framework
- What is the difference between a framework and a library?
Examples
[edit | edit source]- W3Schools: jQuery
- W3Schools: Angular
- W3Schools: React
- W3Schools: W3.JS
- Vue.js: Guide
- W3schools: Bootstrap: getting started
Activities
[edit | edit source]- List advantages and disadvantages of using JavaScript libraries and frameworks.
- Research currently popular JavaScript libraries and frameworks. Consider different source approaches, including market share, industry recommendations, GitHub usage, and job search listings.
Lesson Summary
[edit | edit source]- Web frameworks provide a standard way to build and deploy web applications on the World Wide Web.[1]
- A library provides a set of helper functions/objects/modules which your application code calls for specific functionality.[2]
Key Terms
[edit | edit source]- term
- definition
- Library
- Collection of functions that are used to reuse and simplify coding.[3]
- Framework
- A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development. For example, many frameworks provide libraries for database access, templating frameworks and session management, and often promote code reuse.[1]
See Also
[edit | edit source]- FreeCodeCamp: The Difference Between a Framework and a Library
- List of 10 Best Front end Frameworks to Use For Web Development
- Software Framework vs Library