--- 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.