Foundation
JavaScript is the primary language of the web, making it essential for building modern web applications and applications for any device or platform. In our setup, we use Vanilla ES6 JavaScript along with tools like webpack, rollup, and vite. We focus on pure JavaScript instead of frameworks like jQuery because we believe in its power and versatility. We also use Vue.js to add dynamic functionality to our projects.
In the next chapter, we’ll cover various important topics, including guidelines for writing JavaScript files, our unique workflow, the development of our custom libraries, and other useful insights.