aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/web-development/frontend/js-frameworks/_index.md
blob: d7c9637736381d431cea3bd5d0f7e2faee667312 (plain)
1
2
3
4
5
6
7
8
---
title: JavaScript Frameworks
description: Componentize your web applications
weight: 3
---

JS frameworks make it easy to write websites which make heavy use of JavaScript for logic.
You can divide different parts of the website into "components" that can be imported and used/re-used multiple times in the website without the need to write extra code.