Front-end Frameworks

An overview of commonly used front-end frameworks.

We'll cover the following

In the previous lesson, we discussed the different types of frameworks that exist and enumerated a few of each type. Now, we will briefly outline the specifics of each front-end framework to see what options are available to ease the process of developing the user interface and client-side of your application.

Angular #

Angular is a JavaScript framework created by Google that has been designed specifically for creating dynamic web applications. AngularJS addresses the limitations of HTML dynamic views in web applications and allows you to extend HTML vocabulary for your application. The resulting environment is highly expressive, readable, and quick to develop. Angular is used primarily to update the user interface in real time and provide a highly interactive website. Given below is an example of how that is done:

Get hands-on with 1200+ tech skills courses.