stand alone version (umd / cdn)
See original GitHub issueThere were couple of issues (#375 #426) opened regarding exposing a UMD or a cdn version for react-dates.
@ljharb referenced this link https://wzrd.in/standalone/react-dates@latest but it seems that its timed out and not accessible anymore.
Is there any other source for this or plans to expose a build version as a cdn?
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Quasar UMD - CDN install
... Quasar into your existing website project, integrating it in a progressive manner, then go for the UMD/Standalone (Unified Module Definition) version.
Read more >make a umd build available for unpkg CDN · Issue #537
The browserify command needs to be passed in -s during the build so it creates a standalone module. All reactions.
Read more >UNPKG
Cache Behavior. The CDN caches files based on their permanent URL, which includes the npm package version. This works because npm does not...
Read more >UMD Starter Kit - CDN install
... Quasar into your existing website project, integrating it in a progressive manner, then go for the UMD/Standalone (Unified Module Definition) version.
Read more >popper.js - Libraries - cdnjs - The #1 free and open source ...
Content delivery at its finest. cdnjs is a free and open-source CDN service ... https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.2/umd/popper.min.js.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@aminpaks My intent was merely for education purpose. For example, answering SO questions with an embed running code via stack snippets, instead of an external link to codesandbox or codepen which might break in the future. I do see the point of @ljharb, but i think we can find a way to expose it without “Officially” support it as a production CDN.
While it’s unfortunate that wzrd.in isn’t reliable atm, that doesn’t change that amd and globals are obsolete, and that current best practices are to bundle up libs yourself.
We could add a “dist” build process but i don’t think it would add much value - it’d just be enabling people to stay on antiquated build pipelines for longer.