Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8429885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:27:35+00:00 2026-06-10T05:27:35+00:00

I am trying to wrap my head around dependencies in requirejs. If I already

  • 0

I am trying to wrap my head around dependencies in requirejs.

  1. If I already declared dependencies for a file using shim, do I need to re-declare it when I define the module in that file?
  2. If I use require to load dependencies such as backbone, do I need to re-declare it when I define a module that is loaded as part of require?

Here’s my code so far:

require.config({
    //alias
    paths: {
        Backbone: 'libs/backbone-min',
        Config: 'config',
        Dom: 'dom',
        App: 'app'
    },

    //dependencies
    shim: {
        'Backbone': ['libs/underscore-min'],
        'Dom': ['libs/sizzle']
    }
});

//used to load and use stuff
require(['Config','Dom','App','Backbone'], function(){

});

So in dom.js can I just define a module using define(function(){...}); and start using Sizzle? Or do I still need to define it like this define(['libs/sizzle'], function(){...});

Also if I define a module in app.js, do I still need to load backbone in define, since I already included it as part of require().

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T05:27:36+00:00Added an answer on June 10, 2026 at 5:27 am

    1) If I already declared dependencies for a file using shim, do I need
    to re-declare it when I define the module in that file?

    For every module you need to define it’s set of dependencies.

    2) If I use require to load dependencies such as backbone, do I need
    to re-declare it when I define a module that is loaded as part of
    require?

    If you want to use backbone as dependency in arbitary modyle you could write

    define(['backbone'], function(Backbone) { .. }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to wrap my head around a particular subtlety of using asynchronous script
Im trying to wrap my head around this, using Jquery I want to browse
Trying to wrap my head around updating UI controls from other threads. Currently using
I am trying to wrap my head around coordinating asynchronous operations. I need a
I'm trying to wrap my head around using Grit to write to a Git
I'm trying to wrap my head around Xcode's file organization - or lack there
Trying to wrap my head around JTA and have arbitrarily chosen Bitronix as the
Trying to wrap my head around the jQuery .not() function, and running into a
Im trying to wrap my head around MVVM. I understand a lot of it,
I'm trying to wrap my head around Arquillian and am just not fundamentally understanding

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.