# unpkg-demos **Repository Path**: mirrors_mjackson/unpkg-demos ## Basic Information - **Project Name**: unpkg-demos - **Description**: Experiments in how to use unpkg - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository contains demos of using [unpkg.com](https://unpkg.com) to load and run various libraries in different ways. Each demo contains a README that explains a little bit more about how to use it and why it's interesting. The following demos are currently available: - [global-react](global-react) - Loads React as a global with JSX support - [webpack-react](webpack-react) - Uses webpack to automatically detect and load React as a global, with JSX compilation at build time - [systemjs-react](systemjs-react) - Uses SystemJS to load React as modules, with JSX support - [systemjs-angular](systemjs-angular) - Uses SystemJS to load Angular as modules, with TypeScript support - [module-d3](module-d3) - Uses `