Plugins List: A list of loader plugins that work with RequireJS.
Recipes: A set of code recipes that use RequireJS or related modular tools.
Test Frameworks: How to get RequireJS working with different test frameworks.
AMD API Shims: Smaller AMD providers that can be used after optimization builds have been done.
Patterns for separating config from the main module: These are some patterns for setting up the config options either before the require.js script tag, or for separating the config options from the main module used on the page.
example-libglobal: This is an example of building a JavaScript library with AMD modules and using requirejs while in dev, but then building a file for distribution that does not require an AMD loader. The built file will work either with browser globals or with an AMD loader.