1.

Why Do People Use Require Js? What Are The Benefits?

Answer»
  • It is an open source JavaScript library.
  • It is AMD compatible asynchronous module LOADER.
  • It is Asynchronous by nature.
  • Lazy loaded on-demand.
  • It is easily portable.
  • It is Avoids global variables.
  • It has ABILITY to LOAD nested dependencies.
  • Its Dependencies are easy to identify.
  • It can be easily configured.
  • It can load multiple VERSIONS of the same library.
  • It will make the website more optimize and speed.



Discussion

No Comment Found