But, you can use React on CodePen!
Read moreHow do I import files into CodePen?
Drag and drop individual files into the Project Root, or into directories within the project . File upload is supported in all browsers. Note that to upload files other than text files (like images), you’ll need to be a PRO member.
Read moreHow do I import CodePen?
Simply drag-and-drop CSS, JS, or preprocessor versions of those files onto the Assets area and they will upload . Then click the file name to get the URL and copy-and-paste it into external resources.
Read moreHow do I run JavaScript on CodePen?
How to run code in CodePen
Read moreHow do I import React into CodePen?
You can import React (any pretty much any other npm package) from Skypack like this: import React from “https://cdn.skypack.dev/[email protected]”; CodePen will help you fix imports like that automatically. You’ll see an icon like this come up, which you click to open and are offered a button to click to fix the issue.
Read more