Header banner
Revain logoHome Page
Tony Suggs photo
1 Level
1254 Review
34 Karma

Review on RequireJS by Tony Suggs

Revainrating 4 out of 5

Fast and reliable way distributing javascripts

I love how easy it makes to load multiple js files in one page without having problems like script conflicts, or that when you change some code there are no errors because your app just stops working! Loading time can be improved but not so much as with other solutions (like CDNs).

img 1 attached to RequireJS review by Tony Suggs

The main problem we have solved using requirejs was loading all of our dependencies at once instead waiting for them each separately which made development faster by orders magnitudes due from concurrency issues between various libraries used together.

Pros
  • It made our lives easier it saves a lot of time when you want to debug an app you have been developing for weeks
Cons
  • I think there is nothing to dislike about requireJS or its configuration