Questions tagged as 'requirejs'

1
answer

SPA using requirejs and jquery

Good community, I am trying to migrate a project using the require.js library to perform asynchronous modules, but I have encountered problems that I do not know how to solve. Trying to use variables to save templates such as Index_Ctrl.js...
asked by 06.02.2016 / 00:06
0
answers

Require.js does not load files or modules from base directory

I am implementing Require.js to modularize my application and load the js files asynchronously and leave the html of the script tag cleaner, I find the following problem and it requires js not to load the jquery file. I have the following fol...
asked by 13.11.2018 / 17:09
0
answers

Refactor Javascript

I have to refactor a web app legacy. They use modules in this way: myApp = (function(){})(); I understand that in this way the module is used as a space name, since even to use another module they do this: myApp = (function(){ otroModulo....
asked by 01.12.2017 / 13:33