DEV Community

Matěj Štágl
Matěj Štágl

Posted on

React19 UMD builds restored!

React19 dropped UMD to make the testing and release process easier for Meta. It's a weird reason as the whole building process is a whopping one JS script with about ~100 lines of code..

So I've taken it upon myself to bring the UMD glory of React back, enter UMD-React. This GitHub repository checks for a new stable release of React on NPM daily via a Workflow and if detected, fetches the new version, builds, and publishes the latest release on NPM.

Unless some major changes happen, this is zero-maintenance, always up-to-date UMD version of React available for anyone who needs it.
Cheers! Consider starring the repository if you find it helpful, Unpkg links are included: https://github.com/lofcz/umd-react

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay