1.

What Are The Main Features Of Require Js?

Answer»
  • Require JS MANAGES the DEPENDENCIES between JavaScript FILES and improves the quality of the code and application speed.
  • It is combines and minifies the modules into one script for speed-up.
  • Require JS Collecting the different JavaScript files from different modules at the compilation time.
  • Easy debugging
  • Lesser HTTP requests
  • REDUCE code Complexity in large application.
  • And so on.



Discussion

No Comment Found