Error handler with requirejs

Error handler with requireJs is very easy. As we all know the importance of error handling in application this topic helps you to understand the error handler concept in requireJs. Error handler Method definition By default in requireJs there are two methods which handles error. requireType requireModules requireType:  This is a string value with a … Continue Reading

Understanding requireJs hello world example

requireJs hello world helps you to understand the flow of your module across the application. Using requireJs the java-script can be structured with modular approach. Introduction requireJs is most commonly used by java-script applications such as Kendo UI and other major frameworks like WordPress, Drupal etc… requireJs is a modularity based architecture which will help … Continue Reading