# react-jspm-external-cjs-loading-example **Repository Path**: mirrors_guybedford/react-jspm-external-cjs-loading-example ## Basic Information - **Project Name**: react-jspm-external-cjs-loading-example - **Description**: a react example that shows how to dynamically load external cjs modules from github on the fly w/ jspm - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **watch the network tab between clicks** jspm will load both internal (to this app) es6 modules on demand jspm will also load 2 external CJS modules on demand (when you load inbox) npm install jspm jspm install react=github:reactjs/react-bower -o "{main: 'react', format: 'global'}" -f jspm install github:toranb/toranb-react-nested-router jspm install github:toranb/toranb-react-cjs-ajax-mixin jspm bundle app/router python -m SimpleHTTPServer 3000 visit http://localhost:3000 to see the running app