From the course: Succeeding in Web Development: Full Stack and Front End

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Frameworks and libraries

Frameworks and libraries

From the course: Succeeding in Web Development: Full Stack and Front End

Start my 1-month free trial

Frameworks and libraries

- Frameworks and libraries help you build projects quicker by letting you write code in a language that adds superpowers to the way you build projects. Now there are libraries that extend the capabilities of existing languages, like Lodash, which helps you manage objects and arrays more easily. Now because they've been battle tested over time, these tools use some of the industry's best practices, so they can also help you learn how professional developers do things. There are popular tools that make working with data simple. The D3 library can help you create interactive charts by combining data with a structured language. There are also some older libraries that are very common, like jQuery. It's one of the most popular libraries in use today, but it's starting to show its age. jQuery gives you easy access to the DOM and it's still something front end developers should be comfortable using. Some frameworks make it easier to…

Contents