RequireJS Tutorial

RequireJS Tutorial

RequireJS is a JavaScript library and file loader which manages the dependencies between JavaScript files and in modular programming. It also helps to improve the speed and quality of the code. This tutorial is intended to make you comfortable in getting started with RequireJS and its various functions.

Audience

This tutorial is designed for software programmers who aim to learn the basics of RequireJS and its programming concepts in simple and easy ways. This tutorial will walk you through the different components of RequireJS with suitable examples.

Prerequisites

Before proceeding with this tutorial, you should have a basic understanding of HTML, CSS, JavaScript, Document Object Model (DOM) and any text editor. As we are going to develop a web based application using RequireJS, it will be good if you have an understanding on how internet and web based applications work.

Advertisements